Updated custom-values.yaml to modify annotations for Kong
This commit is contained in:
@@ -76,8 +76,8 @@
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 200m
|
||||
konghq.com/protocols: https
|
||||
konghq.com/https-redirect-status-code: "301"
|
||||
hosts:
|
||||
- host: gitea.example.org
|
||||
paths:
|
||||
@@ -113,8 +113,8 @@ ingress:
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: nginx
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 200m
|
||||
konghq.com/protocols: https
|
||||
konghq.com/https-redirect-status-code: "301"
|
||||
cert-manager.io/cluster-issuer: "selfsigned-issuer" # 생성한 cluster issuer 설정
|
||||
cert-manager.io/duration: 8760h # 인증서 유효기간 설정
|
||||
cert-manager.io/renew-before: 720h # 자동 갱신 설정. 만료되기 전 갱신 시간 설정
|
||||
|
||||
Reference in New Issue
Block a user