mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: postgresql config
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user