mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 09:11:30 -05:00
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:
parent
7d29e25b32
commit
c82be77e89
7 changed files with 0 additions and 162 deletions
|
|
@ -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
|
||||
#
|
||||
Loading…
Add table
Add a link
Reference in a new issue