feat: add postgres app to shared-resources project
This commit is contained in:
parent
b56379cf0b
commit
f3142ee98b
1 changed files with 20 additions and 0 deletions
20
apps/shared-resources/postgres.yaml
Normal file
20
apps/shared-resources/postgres.yaml
Normal 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
|
||||
Reference in a new issue