Skip to content

Commit 7e87d3a

Browse files
authored
Add annotation to exclude the webhook port from Istio proxying (#321)
Part of streamnative/data-plane-epics#4
1 parent 65f9b03 commit 7e87d3a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/manager/manager.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ spec:
2121
replicas: 1
2222
template:
2323
metadata:
24+
annotations:
25+
traffic.sidecar.istio.io/excludeInboundPorts: '9443'
2426
labels:
2527
control-plane: controller-manager
2628
app: function-mesh-operator
29+
service.istio.io/canonical-name: function-mesh-operator
2730
spec:
2831
containers:
2932
- command:

0 commit comments

Comments
 (0)