Files
auricom-home-cluster/cluster/apps/data/postgresql-kube/helm-release.yaml

29 lines
668 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: postgresql-kube
namespace: data
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: postgresql
version: 11.6.17
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
interval: 5m
values:
auth:
postgresPassword: ${SECRET_POSTGRESQL_KUBE_POSTGRES_PASSWORD}
primary:
persistence:
enabled: true
existingClaim: postgresql-kube
commonAnnotations:
prometheus.io/probe: "true"
prometheus.io/protocol: "tcp"