network policy now fully generated
This commit is contained in:
+8
-3
@@ -8,6 +8,8 @@ networks:
|
||||
- 10.0.0.0/8
|
||||
- 172.16.0.0/12
|
||||
- 192.168.0.0/16
|
||||
ports:
|
||||
- port: 2303
|
||||
|
||||
|
||||
namespaces:
|
||||
@@ -20,8 +22,9 @@ namespaces:
|
||||
# ports when specified at the application level are used when
|
||||
# not explicitly mentioned when a link is made
|
||||
ports:
|
||||
- 8081
|
||||
- 8082
|
||||
- port: 8081
|
||||
- port: 8082
|
||||
protocol: UDP
|
||||
matchLabels:
|
||||
app: nexus-server
|
||||
|
||||
@@ -31,7 +34,9 @@ namespaces:
|
||||
matchLabels:
|
||||
app: wamblee-org
|
||||
ports:
|
||||
- 1000
|
||||
- port: 1000
|
||||
- port: 1001
|
||||
protocol: UDP
|
||||
|
||||
communications:
|
||||
- from: # can we support both string and list of strings?
|
||||
|
||||
Reference in New Issue
Block a user