@@ -60,7 +60,7 @@ The command removes all the Kubernetes components associated with the chart and
6060| ` search.port ` | Port to use for search connection - only required for elasticsearch | ` 9200 ` |
6161| ` search.user ` | Basic auth username for elasticsearch | ` null ` |
6262| ` search.password ` | Basic auth password for elasticsearch | `null |
63- | ` environment.* ` | Optional map of values that will be created as environment variables inside the pod. | ` FUSIONAUTH_MEMORY: 256M ` |
63+ | ` environment.* ` | Optional map of values that will be created as environment variables inside the pod. | ` null ` |
6464| ` kickstart.enabled ` | Configure if fusionauth kickstart is enabled | ` false ` |
6565| ` kickstart.data ` | define kickstart data to pass to fusionauth | ` {} ` |
6666| ` ingress.enabled ` | Enables ingress | ` false ` |
@@ -77,4 +77,8 @@ The command removes all the Kubernetes components associated with the chart and
7777| ` podAnnotations ` | Annotations for the pod objects | ` {} ` |
7878| ` livenessProbe ` | Configures liveness probe for deployment | ` {"httpGet": {"path":"/","port":"http"}, "periodSeconds":30} ` |
7979| ` readinessProbe ` | Configures readiness probe for deployment | ` {"httpGet": {"path":"/","port":"http"}} ` |
80- | ` startupProbe ` | Configures startup probe for deployment | ` {"httpGet": {"path":"/","port":"http"}, "failureThreshold":20, "periodSeconds":10} ` |
80+ | ` startupProbe ` | Configures startup probe for deployment | ` {"httpGet": {"path":"/","port":"http"}, "failureThreshold":20, "periodSeconds":10} ` |
81+ | ` app.memory ` | Configures memory for fusionauth application to use | ` 256M ` |
82+ | ` app.runtimeMode ` | Configures whether to run fusionauth in development or production mode | ` development ` |
83+ | ` dnsPolicy ` | Allows setting pod dnsPolicy | ` ClusterFirst ` |
84+ | ` dnsConfig ` | Allows setting pod dnsConfig fields | ` {} ` |
0 commit comments