From 7a93b343310d963abeb7e85c2a58667ee929c8a6 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Fri, 11 Sep 2020 15:28:51 +0100 Subject: [PATCH] Re-enable JSON access logs --- charts/kubezero-istio/templates/istio-private-ingress.yaml | 1 + charts/kubezero-istio/templates/istio.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/kubezero-istio/templates/istio-private-ingress.yaml b/charts/kubezero-istio/templates/istio-private-ingress.yaml index 83bbce0..46c6519 100644 --- a/charts/kubezero-istio/templates/istio-private-ingress.yaml +++ b/charts/kubezero-istio/templates/istio-private-ingress.yaml @@ -66,6 +66,7 @@ spec: meshConfig: accessLogFile: /dev/stdout + accessLogEncoding: json values: gateways: diff --git a/charts/kubezero-istio/templates/istio.yaml b/charts/kubezero-istio/templates/istio.yaml index 877ae43..6a0a48e 100644 --- a/charts/kubezero-istio/templates/istio.yaml +++ b/charts/kubezero-istio/templates/istio.yaml @@ -89,6 +89,7 @@ spec: enabled: false meshConfig: accessLogFile: /dev/stdout + accessLogEncoding: json values: gateways: istio-ingressgateway: