misc: fix helm high availability property (#4490)

***NO_CI***
This commit is contained in:
Andrew Yefanov 2021-10-09 21:06:23 +03:00 committed by GitHub
parent 2916ec5889
commit 525f758151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ spec:
name: {{ template "wiki.postgresql.secret" . }} name: {{ template "wiki.postgresql.secret" . }}
{{- end }} {{- end }}
key: {{ template "wiki.postgresql.secretKey" . }} key: {{ template "wiki.postgresql.secretKey" . }}
- name: HA - name: HA_ACTIVE
value: {{ .Values.replicaCount | int | le 2 | quote }} value: {{ .Values.replicaCount | int | le 2 | quote }}
ports: ports:
- name: http - name: http