Skip to content

Commit

Permalink
Remove LITE_METRICS env
Browse files Browse the repository at this point in the history
  • Loading branch information
CH3CHO committed Jan 15, 2025
1 parent 8f1fee4 commit 05d80ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion all-in-one/supervisord/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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=/
Expand Down
3 changes: 1 addition & 2 deletions compose/env/gateway.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
INSTANCE_NAME=higress-gateway

0 comments on commit 05d80ef

Please sign in to comment.