Update custom-values.yaml for modify annotations for kong

This commit is contained in:
wbsong111
2025-02-18 16:49:20 +09:00
parent f0e4ace84e
commit 17946edef5
2 changed files with 46 additions and 2 deletions
+21 -2
View File
@@ -1,2 +1,21 @@
global:
domain: argocd.example.org
server:
ingress:
enabled: true
annotations:
# kong ingress controller 설정
konghq.com/https-redirect-status-code: "301"
konghq.com/preserve-host: "true"
konghq.com/protocols: https
# cert manager 설정
cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
hostname: argocd.example.org
ingressClassName: "kong"
extraTls:
- hosts:
- argocd.example.org
secretName: argocd-tls
service:
annotations:
konghq.com/protocol: https