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 4ac520a commit 45de6c2Copy full SHA for 45de6c2
charts/simcore-charts/resource-usage-tracker/templates/networkpolicy.yaml
@@ -23,15 +23,27 @@ spec:
23
- action: Allow
24
protocol: TCP
25
destination:
26
+ nets:
27
+ - 10.0.0.0/8
28
+ - 192.168.0.0/16
29
+ - 172.16.0.0/12
30
ports:
31
- {{ .Values.networkPolicyEgressPorts.postgres }}
32
33
34
35
36
37
38
39
40
- {{ .Values.networkPolicyEgressPorts.redis }}
41
42
43
44
45
46
47
48
49
- {{ .Values.networkPolicyEgressPorts.rabbit }}
0 commit comments