Files
infra/deploy/postgres/postgres-app.yaml
2025-03-15 17:42:43 +01:00

18 lines
364 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
spec:
project: default
source:
repoURL: "https://charts.bitnami.com/bitnami"
chart: postgresql
targetRevision: 17.4.0
helm:
valueFiles:
- values.yaml
destination:
server: "https://kubernetes.default.svc"
namespace: postgres