Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion all-in-one/scripts/start-controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ export MCP_SERVER_WASM_IMAGE_URL
--gatewaySelectorValue=higress-system-higress-gateway \
--gatewayHttpPort=$GATEWAY_HTTP_PORT \
--gatewayHttpsPort=$GATEWAY_HTTPS_PORT \
--ingressClass=
--ingressClass= \
--enableAutomaticHttps=${GATEWAY_AUTO_HTTPS_ENABLED:-true} \
--automaticHttpsEmail=$GATEWAY_AUTO_HTTPS_EMAIL
2 changes: 2 additions & 0 deletions compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ services:
- --gatewaySelectorKey=higress
- --gatewaySelectorValue=higress-system-higress-gateway
- --ingressClass=
- --enableAutomaticHttps=true
- --automaticHttpsEmail=
env_file:
- ./env/controller.env
environment:
Expand Down
Loading