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
|`app.nginx.enabled`| Enable nginx as a proxy. This will enable persistent volumes, gunicorn and disable `DJANGO_DEBUG`| Boolean |`false`|
145
-
|`app.nginx.image`| Image to use for the nginx proxy | String |`nginx:stable`|
146
-
|`app.nginx.imagePullPolicy`|[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) to use for the image | String |`IfNotPresent`|
144
+
|`nginx.image`| Image to use for the nginx proxy | String |`nginx:stable`|
145
+
|`nginx.imagePullPolicy`|[Pull policy](https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy) to use for the image | String |`IfNotPresent`|
|`app.persistence.enabled`| Whether to enable persistent storage. If `false`, the options from below are ignored | Boolean |`false`|
172
+
|`app.persistence.existingClaim.enabled`| Whether to use a existing persistent storage claim. If `false`, the options from below are ignored | Boolean |`false`|
174
173
|`app.persistence.existingClaim.media`| Name of the pvc for the media data when existingClaim is enabled | String |`null`|
175
174
|`app.persistence.existingClaim.static`| Name of the pvc for the static data when existingClaim is enabled | String |`null`|
176
-
|`app.persistence.existingClaim.enabled`| Whether to use a existing persistent storage claim. If `false`, the options from below are ignored | Boolean |`false`|
177
175
|`app.persistence.storageClass`| StorageClass for the PVCs | String |`""`|
178
176
|`app.persistence.accessModes`| Access modes for the PVCs | Array |`["ReadWriteMany"]`|
- until nc -zvw10 {{ $dbhost }} {{ $dbport }}; do echo "Waiting for postgres service ({{ $dbhost }}:{{ $dbport }}) "; sleep 2; done &&
226
297
until nc -zvw10 {{.Release.Name}}-redis {{ .Values.redis.service.serverPort }}; do echo "Waiting for redis service ({{.Release.Name}}-redis:{{ .Values.redis.service.serverPort }})"; sleep 2; done
0 commit comments