k8s-platform/argocd-apps/platform/postgres.yaml

18 lines
419 B
YAML
Raw Normal View History

2026-06-22 18:54:45 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
spec:
project: platform
source:
repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git
2026-06-22 18:54:45 +00:00
targetRevision: main
path: rendered/postgres
destination:
server: https://kubernetes.default.svc
namespace: database
syncPolicy:
automated:
prune: false
selfHeal: true