Files
ollama-plus/apps/children/postgresql.yaml
T

25 lines
572 B
YAML
Raw Normal View History

2025-09-12 11:20:18 -04:00
apiVersion: argoproj.io/v1alpha1
kind: Application
2025-09-13 10:14:48 -04:00
metadata:
2025-09-13 22:31:18 -04:00
name: postgresql
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "-10"
2025-09-12 11:20:18 -04:00
spec:
2025-09-12 14:24:00 -04:00
project: ai-stack
2025-09-13 09:30:30 -04:00
destination:
server: https://kubernetes.default.svc
2025-09-13 22:31:18 -04:00
namespace: argocd
2025-09-12 11:20:18 -04:00
source:
repoURL: https://charts.bitnami.com/bitnami
chart: postgresql
targetRevision: "*"
helm:
2025-09-12 13:46:12 -04:00
valueFiles:
- apps/values/postgresql.yaml
2025-09-13 09:30:30 -04:00
syncPolicy:
automated:
prune: true
selfHeal: true