Updated custom-values.yaml to modify annotations for Kong

This commit is contained in:
wbsong111
2025-02-18 15:00:09 +09:00
parent 15681e6d52
commit 3054dfec9f
3 changed files with 9 additions and 6 deletions
+2
View File
@@ -155,3 +155,5 @@ $ git push origin gitea/6.0.3
- 테넌트 배포를 위한 argo-values.yaml을 정의하였다.
- oauth 설정 시 사설 인증서를 사용하는 keycloak을 위해 추가한 인증서의 마운트 경로를 수정하였다.
- 변경 사항을 BUILD-README.md, CUSTOM-README.md 문서에 반영하였다.
- gitea/6.0.3-2
- ingress controller를 nginx에서 kong으로 변경하여 관련 설정을 변경하여 custom-values.yaml을 수정하였다.
+4 -4
View File
@@ -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 # 자동 갱신 설정. 만료되기 전 갱신 시간 설정
+3 -2
View File
@@ -27,11 +27,12 @@ global:
ingress:
enabled: true
annotations:
kubernetes.io/ingress.class: nginx
nginx.ingress.kubernetes.io/proxy-body-size: 200m
cert-manager.io/cluster-issuer: "selfsigned-issuer"
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
konghq.com/protocols: https
konghq.com/https-redirect-status-code: "301"
hosts:
- host: gitea.example.org
paths: