diff --git a/charts/kubezero-istio/templates/istio-private-ingress.yaml b/charts/kubezero-istio/templates/istio-private-ingress.yaml index 1f1e60da..83bbce0f 100644 --- a/charts/kubezero-istio/templates/istio-private-ingress.yaml +++ b/charts/kubezero-istio/templates/istio-private-ingress.yaml @@ -64,6 +64,9 @@ spec: - path: spec.template.spec.terminationGracePeriodSeconds value: 90 + meshConfig: + accessLogFile: /dev/stdout + values: gateways: istio-ingressgateway: diff --git a/charts/kubezero-istio/templates/istio.yaml b/charts/kubezero-istio/templates/istio.yaml index 122cd27d..877ae430 100644 --- a/charts/kubezero-istio/templates/istio.yaml +++ b/charts/kubezero-istio/templates/istio.yaml @@ -87,6 +87,8 @@ spec: telemetry: enabled: false + meshConfig: + accessLogFile: /dev/stdout values: gateways: istio-ingressgateway: