Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion config/network-policy/allow-webhook-traffic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ spec:
matchLabels:
webhook: enabled # Only from namespaces with this label
ports:
- port: 443
# Match the webhook-server containerPort; NetworkPolicy evaluates the
# pod's destination port (post-Service DNAT), not the Service port.
- port: 9443
protocol: TCP
Loading