Skip to content

Commit

Permalink
update for 1.19. Update readme to include new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
drpebcak committed Sep 4, 2020
1 parent b0cca2f commit 25a2488
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and
| `search.port` | Port to use for search connection - only required for elasticsearch | `9200` |
| `search.user` | Basic auth username for elasticsearch | `null` |
| `search.password` | Basic auth password for elasticsearch | `null |
| `environment.*` | Optional map of values that will be created as environment variables inside the pod. | `FUSIONAUTH_MEMORY: 256M` |
| `environment.*` | Optional map of values that will be created as environment variables inside the pod. | `null` |
| `kickstart.enabled` | Configure if fusionauth kickstart is enabled | `false` |
| `kickstart.data` | define kickstart data to pass to fusionauth | `{}` |
| `ingress.enabled` | Enables ingress | `false` |
Expand All @@ -77,4 +77,8 @@ The command removes all the Kubernetes components associated with the chart and
| `podAnnotations` | Annotations for the pod objects | `{}` |
| `livenessProbe` | Configures liveness probe for deployment | `{"httpGet": {"path":"/","port":"http"}, "periodSeconds":30}` |
| `readinessProbe` | Configures readiness probe for deployment | `{"httpGet": {"path":"/","port":"http"}}` |
| `startupProbe` | Configures startup probe for deployment | `{"httpGet": {"path":"/","port":"http"}, "failureThreshold":20, "periodSeconds":10}` |
| `startupProbe` | Configures startup probe for deployment | `{"httpGet": {"path":"/","port":"http"}, "failureThreshold":20, "periodSeconds":10}` |
| `app.memory` | Configures memory for fusionauth application to use | `256M` |
| `app.runtimeMode` | Configures whether to run fusionauth in development or production mode | `development` |
| `dnsPolicy` | Allows setting pod dnsPolicy | `ClusterFirst` |
| `dnsConfig` | Allows setting pod dnsConfig fields | `{}` |
2 changes: 1 addition & 1 deletion chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.18.7"
appVersion: "1.19.0"
description: Helm chart for fusionauth
name: fusionauth
version: 0.0.0+dev
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1
image:
repository: fusionauth/fusionauth-app
tag: 1.18.7
tag: 1.19.0
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down

0 comments on commit 25a2488

Please sign in to comment.