Update custom-values.yaml
This commit is contained in:
@@ -34,6 +34,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"
|
||||||
hostname: kong.example.org
|
hostname: kong.example.org
|
||||||
ingressClassName: kong
|
ingressClassName: kong
|
||||||
path: /api
|
path: /api
|
||||||
@@ -92,8 +93,6 @@ certificates:
|
|||||||
|
|
||||||
# Kong의 Conriguration 설정
|
# Kong의 Conriguration 설정
|
||||||
env:
|
env:
|
||||||
#admin_gui_url: https://kong.example.org/ # kong manager의 URL 주소
|
|
||||||
#admin_gui_api_url: https://kong.example.org/api #
|
|
||||||
admin_access_log: /dev/stdout
|
admin_access_log: /dev/stdout
|
||||||
admin_error_log: /dev/stdout
|
admin_error_log: /dev/stdout
|
||||||
admin_gui_access_log: /dev/stdout
|
admin_gui_access_log: /dev/stdout
|
||||||
@@ -133,6 +132,8 @@ ingressController:
|
|||||||
kong_admin_tls_skip_verify: true
|
kong_admin_tls_skip_verify: true
|
||||||
kong_admin_url: https://localhost:8444
|
kong_admin_url: https://localhost:8444
|
||||||
publish_service: kong/kong-kong-proxy
|
publish_service: kong/kong-kong-proxy
|
||||||
|
admissionWebhook:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
# ingress-controller 컨테이너의 timezone 설정
|
# ingress-controller 컨테이너의 timezone 설정
|
||||||
customEnv:
|
customEnv:
|
||||||
|
|||||||
Reference in New Issue
Block a user