You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| geoserver.container_name | string |`"geoserver"`| geoserver container name |
153
153
| geoserver.force_reinit | bool |`true`| set force reinit true so that changing passwords etc. in Values.yaml will take effect after restarting the pod this on the other hand will increase pod initializing time, only change if you know what you are doing |
| geoserver.imagePullSecret | string |`""`| pull secret to use for geoserver image |
158
158
| geoserver.livenessProbe | object |`{"failureThreshold":15,"initialDelaySeconds":90,"periodSeconds":5,"tcpSocket":{"port":8080}}`| configure livenessProbe for geoserver, make sure port is aligned with geoserver.port configuration |
| geoserver.secret.extraSecrets | string |`"# key_1: value_1\n"`| additional elements to include in the secret provided to GeoServer, if not using an existing secret |
0 commit comments