Skip to content

Commit 86ecb97

Browse files
committed
Revert "Kubernetes: fix global network policy (#1227)"
This reverts commit 2d3adb1.
1 parent 9c2abc0 commit 86ecb97

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

charts/calico-configuration/templates/globalpolicy.yaml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ spec:
2626
# IP from https://github.com/kubernetes-sigs/kubespray/blob/v2.24.1/roles/kubespray-defaults/defaults/main/main.yml#L108
2727
- action: Allow
2828
protocol: UDP
29-
destination:
30-
nets:
31-
- 169.254.25.10/32
32-
ports:
33-
- 53
29+
nets:
30+
- 169.254.25.10/32
31+
ports:
32+
- 53
3433
- action: Allow
3534
protocol: TCP
3635
destination:
@@ -39,8 +38,7 @@ spec:
3938
- 53
4039
- action: Allow
4140
protocol: TCP
42-
destination:
43-
nets:
44-
- 169.254.25.10/32
45-
ports:
46-
- 53
41+
nets:
42+
- 169.254.25.10/32
43+
ports:
44+
- 53

0 commit comments

Comments
 (0)