Update 7 files

- /kong/templates/configmap.yaml
- /kong/templates/deployment.yaml
- /kong/templates/ingress.yaml
- /kong/templates/namespace.yaml
- /kong/templates/service.yaml
- /kong/Chart.yaml
- /argocd/templates/kong.yaml
This commit is contained in:
2023-04-16 13:15:20 +00:00
parent 7d29e25b32
commit c82be77e89
7 changed files with 0 additions and 162 deletions

View File

@@ -1,23 +0,0 @@
#apiVersion: argoproj.io/v1alpha1
#kind: Application
#metadata:
# name: kong
# namespace: argocd
#spec:
# project: default
# source:
# repoURL: https://gitlab.com/developerdurp/homelab.git
# targetRevision: main
# path: kong
# directory:
# recurse: true
# destination:
# server: https://kubernetes.default.svc
# namespace: kong
# syncPolicy:
# automated:
# prune: true
# selfHeal: true
# syncOptions:
# - CreateNamespace=true