mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
29 lines
668 B
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"
|