aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/common/postgres-init/values.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/common/postgres-init/values.yaml')
-rw-r--r--kubernetes/common/postgres-init/values.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/kubernetes/common/postgres-init/values.yaml b/kubernetes/common/postgres-init/values.yaml
index d2eb090142..160e6720ed 100644
--- a/kubernetes/common/postgres-init/values.yaml
+++ b/kubernetes/common/postgres-init/values.yaml
@@ -19,6 +19,7 @@ global:
postgres:
service:
name: pgset
+ name2: tcp-pgset-primary
container:
name: postgres
@@ -98,7 +99,8 @@ serviceAccount:
readinessCheck:
wait_for:
- - '{{ .Values.global.postgres.container.name }}'
+ services:
+ - '{{ .Values.global.postgres.service.name2 }}'
wait_for_job_container:
containers: