Files
infra/deploy/postgres/postgres-app.yaml
2025-03-15 19:36:08 +01:00

29 lines
648 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.bitnami.com/bitnami"
chart: "postgresql"
targetRevision: "16.0.0"
helm:
values: |
global:
storageClass: longhorn
primary:
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
readReplicas:
persistence:
enabled: true
storageClass: longhorn
size: 20Gi
destination:
server: "https://kubernetes.default.svc"
namespace: postgres