File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ ingress_status_address: [] # The status address of the ingress.
1212gateway_configs : # The configuration of the API7 Gateway.
1313- name : api7 # The name of the Gateway in the Gateway API.
1414 control_plane :
15- admin_key : " a7adm-qqEncKkktQFWrSdF8bGpDzjcRDbVFYgRXSBSPCzpVZZkc7pags-70be7645fdf94c3c8e4d656c2334bd8b " # The admin key of the control plane.
15+ admin_key : " ${ADMIN_KEY} " # The admin key of the control plane.
1616 endpoints :
17- - https://172.18.0.6:7443 # The endpoint of the control plane.
17+ - ${ENDPOINT} # The endpoint of the control plane.
1818 tls_verify : false
1919 addresses : # record the status address of the gateway-api gateway
2020 - " 172.18.0.4" # The LB IP of the gateway service.
You can’t perform that action at this time.
0 commit comments