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

23 lines
752 B
YAML
Raw Normal View History

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:
project: ai-stack
destination: { server: https://kubernetes.default.svc, namespace: ai }
source:
repoURL: https://charts.bitnami.com/bitnami
chart: postgresql
targetRevision: "*"
helm:
values: |
architecture: replication
auth:
username: openwebui
password: openwebui-pass
database: openwebui_db
primary:
persistence: { enabled: true, size: 5Gi }
readReplicas:
replicaCount: 1
syncPolicy: { automated: { prune: true, selfHeal: true } }