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

18 lines
368 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: "16.0.0"
helm:
valueFiles:
- values.yaml
destination:
server: "https://kubernetes.default.svc"
namespace: postgres