feat: postgresql config

This commit is contained in:
auricom
2022-06-12 17:52:13 +02:00
parent 9fdd6b29a5
commit fedf3fcdff

View File

@@ -17,16 +17,12 @@ spec:
namespace: flux-system namespace: flux-system
interval: 5m interval: 5m
values: values:
image: auth:
registry: docker.io postgresPassword: ${SECRET_POSTGRESQL_KUBE_POSTGRES_PASSWORD}
repository: bitnami/postgresql primary:
tag: 14.3.0 persistence:
pullPolicy: IfNotPresent enabled: true
postgresqlUsername: postgres existingClaim: postgresql-kube
postgresqlPassword: ${SECRET_POSTGRESQL_KUBE_POSTGRES_PASSWORD}
persistence:
enabled: true
existingClaim: postgresql-kube
commonAnnotations: commonAnnotations:
prometheus.io/probe: "true" prometheus.io/probe: "true"
prometheus.io/protocol: "tcp" prometheus.io/protocol: "tcp"