add postgres

This commit is contained in:
2025-03-15 16:28:06 +01:00
parent 3171aa937a
commit ddbb434426

View File

@@ -0,0 +1,26 @@
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.5.0"
helm:
values: |-
fullnameOverride: "postgres"
persistence:
enabled: true
storageClass: "longhorn"
size: 30Gi
postgresqlPassword: "beelover"
destination:
server: "https://kubernetes.default.svc"
namespace: postgres
syncPolicy:
automated:
prune: true
selfHeal: true