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