diff --git a/all-in-one/scripts/start-controller.sh b/all-in-one/scripts/start-controller.sh index 99c2587..3e7eb10 100644 --- a/all-in-one/scripts/start-controller.sh +++ b/all-in-one/scripts/start-controller.sh @@ -32,4 +32,6 @@ export MCP_SERVER_WASM_IMAGE_URL --gatewaySelectorValue=higress-system-higress-gateway \ --gatewayHttpPort=$GATEWAY_HTTP_PORT \ --gatewayHttpsPort=$GATEWAY_HTTPS_PORT \ - --ingressClass= \ No newline at end of file + --ingressClass= \ + --enableAutomaticHttps=${GATEWAY_AUTO_HTTPS_ENABLED:-true} \ + --automaticHttpsEmail=$GATEWAY_AUTO_HTTPS_EMAIL \ No newline at end of file diff --git a/compose/docker-compose.yml b/compose/docker-compose.yml index 4c4d341..3ea6144 100644 --- a/compose/docker-compose.yml +++ b/compose/docker-compose.yml @@ -128,6 +128,8 @@ services: - --gatewaySelectorKey=higress - --gatewaySelectorValue=higress-system-higress-gateway - --ingressClass= + - --enableAutomaticHttps=true + - --automaticHttpsEmail= env_file: - ./env/controller.env environment: