From 525f7581512dcba0a18fe7a0845554f649304f1c Mon Sep 17 00:00:00 2001 From: Andrew Yefanov <1134togo@gmail.com> Date: Sat, 9 Oct 2021 21:06:23 +0300 Subject: [PATCH] misc: fix helm high availability property (#4490) ***NO_CI*** --- dev/helm/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/helm/templates/deployment.yaml b/dev/helm/templates/deployment.yaml index 6c6a2ec9..ef9b4a5a 100644 --- a/dev/helm/templates/deployment.yaml +++ b/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