1
0
Fork 0

feat(apps): add postgres app

This commit is contained in:
Vojtěch Mareš 2024-05-11 14:52:13 +02:00
parent 2da0e4b8f9
commit 0ba23b693a
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -0,0 +1,24 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postrges
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "50"
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: postgres
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
source:
path: manifests/postgres/
repoURL: git@gitlab.mareshq.com:hq/cthulhunetes/gitops.git
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
namespace: default