Update custom-values.yaml, CUSTOM-README.md

This commit is contained in:
wbsong111
2025-02-06 15:08:01 +09:00
parent 1280423e75
commit 258b275a8f
2 changed files with 11 additions and 9 deletions
+6 -4
View File
@@ -73,7 +73,7 @@ admin:
annotations: annotations:
konghq.com/https-redirect-status-code: "301" konghq.com/https-redirect-status-code: "301"
konghq.com/protocols: https konghq.com/protocols: https
konghq.com/strip-path: "true"" konghq.com/strip-path: "true"
hostname: kong.example.org # 도메인 변경 필요 hostname: kong.example.org # 도메인 변경 필요
ingressClassName: kong ingressClassName: kong
path: /api path: /api
@@ -103,16 +103,18 @@ manager:
### 3) 인증서 생성 설정 ### 3) 인증서 생성 설정
- Cert-manager가 설치되어 있어야 사용 가능하다. - kong 서비스의 Ingress에서 사용할 인증서를 생성한다.
- Ingress가 배포되는 서비스의 Ingress를 생성한다. - Cert-manager가 설치되어 있어야 사용 가능하다.
그리고 `ClusterIssuer`도 생성되어 있어야 하고 생성되어 있는 `ClusterIssuer`에 따라 values.yaml 값을 수정해야 한다.
- 인증서는 `kong admin`과 `kong manager`에서 사용하고 있고 admin 인증서를 생성하여 같이 사용한다. - 인증서는 `kong admin`과 `kong manager`에서 사용하고 있고 admin 인증서를 생성하여 같이 사용한다.
``` yaml ``` yaml
certificates: certificates:
enabled: true enabled: true
clusterIssuer: selfsigned-issuer # clusterIssuer: selfsigned-issuer # 배포될 issuer에 따라 설졍 변경 필요.
admin: admin:
enabled: true enabled: true
commonName: kong.example.org # 도메인 변경 필요 commonName: kong.example.org # 도메인 변경 필요
+2 -2
View File
@@ -111,7 +111,7 @@ env:
pg_ssl: "off" pg_ssl: "off"
pg_ssl_verify: "off" pg_ssl_verify: "off"
pg_user: kong pg_user: kong
pg_password: paasadm1234! pg_password: password
plugins: bundled, oidc, keycloak-authz plugins: bundled, oidc, keycloak-authz
prefix: /kong_prefix/ prefix: /kong_prefix/
proxy_access_log: /dev/stdout proxy_access_log: /dev/stdout
@@ -151,4 +151,4 @@ postgresql:
auth: auth:
database: kong database: kong
username: kong username: kong
password: paasadm1234! password: password