mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 20:17:29 +08:00
fix: gateway log config should read from helm\core\values.yaml when deploy with helm (#1834)
This commit is contained in:
@@ -42,9 +42,9 @@ template:
|
|||||||
- router
|
- router
|
||||||
- --domain
|
- --domain
|
||||||
- $(POD_NAMESPACE).svc.cluster.local
|
- $(POD_NAMESPACE).svc.cluster.local
|
||||||
- --proxyLogLevel=warning
|
- --proxyLogLevel={{- default "warning" .Values.global.proxy.logLevel }}
|
||||||
- --proxyComponentLogLevel=misc:error
|
- --proxyComponentLogLevel={{- default "misc:error" .Values.global.proxy.componentLogLevel }}
|
||||||
- --log_output_level=all:info
|
- --log_output_level={{- default "default:info" .Values.global.logging.level }}
|
||||||
- --serviceCluster=higress-gateway
|
- --serviceCluster=higress-gateway
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- if .Values.gateway.containerSecurityContext }}
|
{{- if .Values.gateway.containerSecurityContext }}
|
||||||
|
|||||||
Reference in New Issue
Block a user