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:
DeveloperDurp 2023-04-16 13:15:20 +00:00
parent 7d29e25b32
commit c82be77e89
7 changed files with 0 additions and 162 deletions

View file

@ -1,25 +0,0 @@
#apiVersion: networking.k8s.io/v1
#kind: Ingress
#metadata:
# name: kong-ingress
# annotations:
# kubernetes.io/ingress.class: nginx
# cert-manager.io/cluster-issuer: letsencrypt-production
# external-dns.alpha.kubernetes.io/hostname: kong.durp.info
#spec:
# rules:
# - host: kong.durp.info
# http:
# paths:
# - path: /
# pathType: Prefix
# backend:
# service:
# name: kong
# port:
# number: 80
# tls:
# - hosts:
# - kong.durp.info
# secretName: kong-durp-tls
#