We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 871da5a commit 175e76bCopy full SHA for 175e76b
2 files changed
all-in-one/scripts/start-controller.sh
@@ -32,4 +32,6 @@ export MCP_SERVER_WASM_IMAGE_URL
32
--gatewaySelectorValue=higress-system-higress-gateway \
33
--gatewayHttpPort=$GATEWAY_HTTP_PORT \
34
--gatewayHttpsPort=$GATEWAY_HTTPS_PORT \
35
- --ingressClass=
+ --ingressClass= \
36
+ --enableAutomaticHttps=${GATEWAY_AUTO_HTTPS_ENABLED:-true} \
37
+ --automaticHttpsEmail=$GATEWAY_AUTO_HTTPS_EMAIL
compose/docker-compose.yml
@@ -128,6 +128,8 @@ services:
128
- --gatewaySelectorKey=higress
129
- --gatewaySelectorValue=higress-system-higress-gateway
130
131
+ - --enableAutomaticHttps=true
132
+ - --automaticHttpsEmail=
133
env_file:
134
- ./env/controller.env
135
environment:
0 commit comments