Browse Source
misc: fix helm high availability property (#4490)
***NO_CI***
pull/4604/head
Andrew Yefanov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
dev/helm/templates/deployment.yaml
|
|
@ -51,7 +51,7 @@ spec: |
|
|
|
name: {{ template "wiki.postgresql.secret" . }} |
|
|
|
{{- end }} |
|
|
|
key: {{ template "wiki.postgresql.secretKey" . }} |
|
|
|
- name: HA |
|
|
|
- name: HA_ACTIVE |
|
|
|
value: {{ .Values.replicaCount | int | le 2 | quote }} |
|
|
|
ports: |
|
|
|
- name: http |
|
|
|