Update 4 files

- /kong/templates/secrets.yaml
- /kong/Chart.yaml
- /kong/values.yaml
- /argocd/templates/kong.yaml
This commit is contained in:
2023-06-11 13:01:45 +00:00
parent 50a38a56d0
commit 30c8111337
4 changed files with 1287 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: durpapi
namespace: argocd
spec:
project: default
source:
repoURL: https://gitlab.com/developerdurp/homelab.git
targetRevision: main
path: durpapi
destination:
namespace: durpapi
name: in-cluster
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true