fix: gateway log config should read from helm\core\values.yaml when deploy with helm (#1834)

This commit is contained in:
firebook
2025-02-28 14:14:13 +08:00
committed by GitHub
parent a2b8f9a646
commit 2d1d8ac2b1

View File

@@ -42,9 +42,9 @@ template:
- router
- --domain
- $(POD_NAMESPACE).svc.cluster.local
- --proxyLogLevel=warning
- --proxyComponentLogLevel=misc:error
- --log_output_level=all:info
- --proxyLogLevel={{- default "warning" .Values.global.proxy.logLevel }}
- --proxyComponentLogLevel={{- default "misc:error" .Values.global.proxy.componentLogLevel }}
- --log_output_level={{- default "default:info" .Values.global.logging.level }}
- --serviceCluster=higress-gateway
securityContext:
{{- if .Values.gateway.containerSecurityContext }}