From fedf3fcdffe66c7d0bf4dea62cf1cf620d3d8fed Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Sun, 12 Jun 2022 17:52:13 +0200 Subject: [PATCH] feat: postgresql config --- .../apps/data/postgresql-kube/helm-release.yaml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/cluster/apps/data/postgresql-kube/helm-release.yaml b/cluster/apps/data/postgresql-kube/helm-release.yaml index dd6553d93..47fa5f730 100644 --- a/cluster/apps/data/postgresql-kube/helm-release.yaml +++ b/cluster/apps/data/postgresql-kube/helm-release.yaml @@ -17,16 +17,12 @@ spec: namespace: flux-system interval: 5m values: - image: - registry: docker.io - repository: bitnami/postgresql - tag: 14.3.0 - pullPolicy: IfNotPresent - postgresqlUsername: postgres - postgresqlPassword: ${SECRET_POSTGRESQL_KUBE_POSTGRES_PASSWORD} - persistence: - enabled: true - existingClaim: postgresql-kube + auth: + postgresPassword: ${SECRET_POSTGRESQL_KUBE_POSTGRES_PASSWORD} + primary: + persistence: + enabled: true + existingClaim: postgresql-kube commonAnnotations: prometheus.io/probe: "true" prometheus.io/protocol: "tcp"