Update custom-values.yaml to modify annotations for Kong Ingress Controller

This commit is contained in:
wbsong111
2025-02-18 15:58:16 +09:00
parent 3054dfec9f
commit f0e4ace84e
3 changed files with 11 additions and 4 deletions
+2
View File
@@ -74,3 +74,5 @@ $ git push origin harbor/1.16.2
- harbor/1.16.2 - harbor/1.16.2
- 서비스 배포를 위하여 custom-values.yam에 정의하였다. - 서비스 배포를 위하여 custom-values.yam에 정의하였다.
- 차트의 빌드 방법과 배포 방법을 BUILD-README.md, CUSTOM-README.md 문서에 작성하였다. - 차트의 빌드 방법과 배포 방법을 BUILD-README.md, CUSTOM-README.md 문서에 작성하였다.
- harbor/1.16.2-1
- ingress controller를 nginx에서 kong으로 변경하여 관련 설정을 custom-values.yaml에서 수정하였다.
+6 -2
View File
@@ -57,7 +57,9 @@ extraEnv:
source: secret source: secret
secretName: rancher-tls-ingress secretName: rancher-tls-ingress
extraAnnotations: extraAnnotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m konghq.com/connect-timeout: "30000"
konghq.com/read-timeout: "1800000"
konghq.com/write-timeout: "1800000"
# 사설인증서 사용시 true 설정 # 사설인증서 사용시 true 설정
## privateCA를 true로 설정 ## privateCA를 true로 설정
@@ -88,7 +90,9 @@ ingress:
source: secret source: secret
secretName: rancher-tls-secret secretName: rancher-tls-secret
extraAnnotations: extraAnnotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m konghq.com/connect-timeout: "30000"
konghq.com/read-timeout: "1800000"
konghq.com/write-timeout: "1800000"
# 사설인증서 사용시 추가 설정 # 사설인증서 사용시 추가 설정
+3 -2
View File
@@ -10,8 +10,9 @@ ingress:
source: secret source: secret
secretName: rancher-tls-ingress secretName: rancher-tls-ingress
extraAnnotations: extraAnnotations:
nginx.ingress.kubernetes.io/proxy-body-size: 10m konghq.com/connect-timeout: "30000"
konghq.com/read-timeout: "1800000"
konghq.com/write-timeout: "1800000"
# cert-manager 사용시 # cert-manager 사용시
cert-manager.io/cluster-issuer: "selfsigned-issuer" cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/duration: 8760h cert-manager.io/duration: 8760h