Skip to content

Commit 17a8d57

Browse files
Kamil PrzybylKamil Przybyl
authored andcommitted
fix: allow api server to webhook pod traffic
1 parent edf3c80 commit 17a8d57

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/application-load-balancer-controller-manager/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ spec:
1212
selector:
1313
matchLabels:
1414
app: stackit-application-load-balancer-controller-manager
15+
networking.gardener.cloud/from-seed: allowed # Allow traffic from seed to shoot for webhook calls
16+
networking.gardener.cloud/to-dns: allowed # Allow traffic to CoreDNS for webhook calls
17+
networking.gardener.cloud/to-apiserver: allowed # Allow traffic to API server for webhook calls
1518
template:
1619
metadata:
1720
labels:

0 commit comments

Comments
 (0)