2025-09-12 11:20:18 -04:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
2025-09-12 13:15:50 -04:00
|
|
|
metadata: { name: postgresql, namespace: ai }
|
2025-09-12 11:20:18 -04:00
|
|
|
spec:
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://charts.bitnami.com/bitnami
|
|
|
|
|
chart: postgresql
|
|
|
|
|
targetRevision: "*"
|
|
|
|
|
helm:
|
2025-09-12 13:46:12 -04:00
|
|
|
valueFiles:
|
|
|
|
|
- apps/values/postgresql.yaml
|
|
|
|
|
|
|
|
|
|
syncPolicy: { automated: { prune: true, selfHeal: true } }
|