Files
ollama-plus/apps/children/postgresql.yaml
T
2025-09-12 13:46:12 -04:00

14 lines
373 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata: { name: postgresql, namespace: ai }
spec:
source:
repoURL: https://charts.bitnami.com/bitnami
chart: postgresql
targetRevision: "*"
helm:
valueFiles:
- apps/values/postgresql.yaml
syncPolicy: { automated: { prune: true, selfHeal: true } }