Update custom-values.yaml to modify annotations for Kong Ingress Controller
This commit is contained in:
@@ -74,3 +74,5 @@ $ git push origin harbor/1.16.2
|
||||
- harbor/1.16.2
|
||||
- 서비스 배포를 위하여 custom-values.yam에 정의하였다.
|
||||
- 차트의 빌드 방법과 배포 방법을 BUILD-README.md, CUSTOM-README.md 문서에 작성하였다.
|
||||
- harbor/1.16.2-1
|
||||
- ingress controller를 nginx에서 kong으로 변경하여 관련 설정을 custom-values.yaml에서 수정하였다.
|
||||
|
||||
@@ -57,7 +57,9 @@ extraEnv:
|
||||
source: secret
|
||||
secretName: rancher-tls-ingress
|
||||
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 설정
|
||||
## privateCA를 true로 설정
|
||||
@@ -88,7 +90,9 @@ ingress:
|
||||
source: secret
|
||||
secretName: rancher-tls-secret
|
||||
extraAnnotations:
|
||||
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
||||
konghq.com/connect-timeout: "30000"
|
||||
konghq.com/read-timeout: "1800000"
|
||||
konghq.com/write-timeout: "1800000"
|
||||
|
||||
|
||||
# 사설인증서 사용시 추가 설정
|
||||
|
||||
@@ -10,8 +10,9 @@ ingress:
|
||||
source: secret
|
||||
secretName: rancher-tls-ingress
|
||||
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.io/cluster-issuer: "selfsigned-issuer"
|
||||
cert-manager.io/duration: 8760h
|
||||
|
||||
Reference in New Issue
Block a user