From 04d174471068a291765d681667f8733f1649f41a Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 9 Mar 2024 08:11:19 -0600 Subject: [PATCH] update --- argocd/templates/kong.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd/templates/kong.yaml diff --git a/argocd/templates/kong.yaml b/argocd/templates/kong.yaml new file mode 100644 index 0000000..e922b64 --- /dev/null +++ b/argocd/templates/kong.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kong + namespace: argocd +spec: + project: default + source: + repoURL: https://gitea.durp.info/DeveloperDurp/homelab.git + targetRevision: main + path: kong + destination: + namespace: kong + name: in-cluster + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true \ No newline at end of file