diff --git a/all-in-one/supervisord/supervisord.conf b/all-in-one/supervisord/supervisord.conf index 4a6858f..d0f7649 100644 --- a/all-in-one/supervisord/supervisord.conf +++ b/all-in-one/supervisord/supervisord.conf @@ -52,7 +52,7 @@ startsecs=1 stdout_logfile=/var/log/higress/gateway.log stdout_logfile_maxbytes=10MB redirect_stderr=true -environment=JWT_POLICY="none",CA_ROOT_CA="/etc/certs/root-cert.pem",XDS_ROOT_CA="/etc/certs/root-cert.pem",PROV_CERT="/etc/certs",PILOT_XDS_SEND_TIMEOUT="60s",PROXY_XDS_VIA_AGENT="true",ENABLE_INGRESS_GATEWAY_SDS="false",POD_NAME="higress-gateway",POD_NAMESPACE="higress-system",ISTIO_META_CLUSTER_ID="Kubernetes",ISTIO_META_HTTP10="1",INSTANCE_NAME="higress-gateway",LITE_METRICS="on" +environment=JWT_POLICY="none",CA_ROOT_CA="/etc/certs/root-cert.pem",XDS_ROOT_CA="/etc/certs/root-cert.pem",PROV_CERT="/etc/certs",PILOT_XDS_SEND_TIMEOUT="60s",PROXY_XDS_VIA_AGENT="true",ENABLE_INGRESS_GATEWAY_SDS="false",POD_NAME="higress-gateway",POD_NAMESPACE="higress-system",ISTIO_META_CLUSTER_ID="Kubernetes",ISTIO_META_HTTP10="1",INSTANCE_NAME="higress-gateway" [program:console] directory=/ diff --git a/compose/env/gateway.env b/compose/env/gateway.env index 87b3060..e351277 100644 --- a/compose/env/gateway.env +++ b/compose/env/gateway.env @@ -9,5 +9,4 @@ POD_NAME=higress-gateway POD_NAMESPACE=higress-system ISTIO_META_CLUSTER_ID=Kubernetes ISTIO_META_HTTP10=1 -INSTANCE_NAME=higress-gateway -LITE_METRICS=on \ No newline at end of file +INSTANCE_NAME=higress-gateway \ No newline at end of file