misc: add helm high availablity when replicas are more than 1 (#4420)

* add helm high availablity when replicas are more than 1
* refactor HA expression

***NO_CI***
pull/4480/head
Andrew Yefanov 3 years ago committed by GitHub
parent d5a5820c2f
commit f4de80f8bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save