File tree Expand file tree Collapse file tree 2 files changed +26
-3
lines changed
app-of-apps/templates/argocd
network-policies/templates Expand file tree Collapse file tree 2 files changed +26
-3
lines changed Original file line number Diff line number Diff line change 4545 enabled : true
4646 networkPolicy :
4747 enabled : true
48+ egressRules :
49+ - selectors :
50+ - ipBlock :
51+ cidr : 10.96.0.10/32
52+ - ipBlock :
53+ cidr : 169.254.169.254/32
54+ ports :
55+ - port : 53
56+ protocol : UDP
57+ - port : 53
58+ protocol : TCP
4859 haproxy :
4960 networkPolicy :
5061 enabled : true
62+ egressRules :
63+ - selectors :
64+ - ipBlock :
65+ cidr : 10.96.0.10/32
66+ - ipBlock :
67+ cidr : 169.254.169.254/32
68+ ports :
69+ - port : 53
70+ protocol : UDP
71+ - port : 53
72+ protocol : TCP
5173
5274 server :
5375 autoscaling :
Original file line number Diff line number Diff line change 1313 ingress : []
1414 egress :
1515 - to :
16- - namespaceSelector :
17- matchLabels :
18- kubernetes.io/metadata.name : kube-system
16+ - ipBlock :
17+ cidr : 10.96.0.10/32
18+ - ipBlock :
19+ cidr : 169.254.169.254/32
1920 ports :
2021 - port : 53
2122 protocol : UDP
You can’t perform that action at this time.
0 commit comments