diff --git a/helm/istio/values.yaml b/helm/istio/values.yaml index 629c6ae..2685b27 100644 --- a/helm/istio/values.yaml +++ b/helm/istio/values.yaml @@ -5,6 +5,8 @@ gateway: istio: istio-gateway annotations: sidecar.istio.io/logLevel: "debug" + podAnnotations: + sidecar.istio.io/logLevel: "debug" service: type: NodePort labels: @@ -24,4 +26,4 @@ gateway: protocol: TCP port: 443 targetPort: 443 - nodePort: 30443 \ No newline at end of file + nodePort: 30443