1
0
Fork 0

feat: add postgres app to shared-resources project

This commit is contained in:
Vojtěch Mareš 2023-11-16 21:36:46 +01:00
parent b56379cf0b
commit f3142ee98b
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: postgres
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "20"
spec:
project: shared-resources
syncPolicy:
automated:
prune: true
selfHeal: true
source:
path: manifests/postgres/
repoURL: https://github.com/vojtechmares/cthulhunetes-gitops.git
targetRevision: HEAD
destination:
server: "https://kubernetes.default.svc"
namespace: postgres