Trying without nginx
This commit is contained in:
@@ -15,8 +15,8 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
releaseName: nextcloud
|
releaseName: nextcloud
|
||||||
valuesObject:
|
valuesObject:
|
||||||
image:
|
# image:
|
||||||
flavor: fpm
|
# flavor: fpm
|
||||||
replicaCount: {{ .Values.nextcloud.replicaCount }}
|
replicaCount: {{ .Values.nextcloud.replicaCount }}
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
@@ -62,8 +62,8 @@ spec:
|
|||||||
passwordKey: nc-admin-password
|
passwordKey: nc-admin-password
|
||||||
trustedDomains: {{ .Values.nextcloud.trustedDomains }}
|
trustedDomains: {{ .Values.nextcloud.trustedDomains }}
|
||||||
# extraInitContainers - might be useful to make sure the LUKS secret is present
|
# extraInitContainers - might be useful to make sure the LUKS secret is present
|
||||||
nginx:
|
# nginx:
|
||||||
enabled: true
|
# enabled: true
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
enabled: true
|
||||||
auth:
|
auth:
|
||||||
|
|||||||
Reference in New Issue
Block a user