fix(mycloud-nextcloud): add option for replica
This commit is contained in:
parent
786c34de91
commit
df5aea9134
2 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,7 @@ spec:
|
||||||
{{- toYaml .Values.commons.helm.release.driftDetection | nindent 4 }}
|
{{- toYaml .Values.commons.helm.release.driftDetection | nindent 4 }}
|
||||||
interval: 10m
|
interval: 10m
|
||||||
values:
|
values:
|
||||||
|
replicaCount: {{ .Values.replica.nextcloud }}
|
||||||
{{- $host := .Values.ingress.host | default (printf "fs.%s" .Values.commons.ingress.domain) }}
|
{{- $host := .Values.ingress.host | default (printf "fs.%s" .Values.commons.ingress.domain) }}
|
||||||
nextcloud:
|
nextcloud:
|
||||||
update: true
|
update: true
|
||||||
|
|
|
@ -116,6 +116,9 @@ chart:
|
||||||
ref:
|
ref:
|
||||||
branch: main
|
branch: main
|
||||||
|
|
||||||
|
replica:
|
||||||
|
nextcliud: 1
|
||||||
|
|
||||||
# -- generated by .Values.commons.masterPassword
|
# -- generated by .Values.commons.masterPassword
|
||||||
adminPassword:
|
adminPassword:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue