We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0aca0 commit 1b39137Copy full SHA for 1b39137
argo/app-of-apps/templates/argocd/application.yaml
@@ -45,6 +45,17 @@ spec:
45
enabled: true
46
networkPolicy:
47
48
+ egressRules:
49
+ - selectors:
50
+ - ipBlock:
51
+ cidr: 10.96.0.10/32
52
53
+ cidr: 169.254.169.254/32
54
+ ports:
55
+ - port: 53
56
+ protocol: UDP
57
58
+ protocol: TCP
59
haproxy:
60
61
argo/network-policies/templates/deny-all.yaml
@@ -13,9 +13,10 @@ spec:
13
ingress: []
14
egress:
15
- to:
16
- - namespaceSelector:
17
- matchLabels:
18
- kubernetes.io/metadata.name: kube-system
19
20
ports:
21
- port: 53
22
protocol: UDP
0 commit comments