Skip to content

Commit

Permalink
Add annotation to exclude the webhook port from Istio proxying
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangpengcheng committed Mar 7, 2024
1 parent 5e4a2c4 commit 1c11230
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ spec:
prometheus.io/scrape: "true"
prometheus.io/path: "/metrics"
prometheus.io/port: "{{ .Values.controllerManager.metrics.port }}"
traffic.sidecar.istio.io/excludeInboundPorts: '9443'
spec:
{{- if .Values.controllerManager.serviceAccount }}
serviceAccount: {{ .Values.controllerManager.serviceAccount }}
Expand Down

0 comments on commit 1c11230

Please sign in to comment.