container ports are not checked by the tool with the validation option.
This commit is contained in:
+8
-7
@@ -10,7 +10,7 @@ networks:
|
||||
- 192.168.0.0/16
|
||||
ports:
|
||||
- port: 2303
|
||||
protocol: UDPx
|
||||
protocol: UDP
|
||||
|
||||
|
||||
namespaces:
|
||||
@@ -27,11 +27,11 @@ namespaces:
|
||||
- port: 8081
|
||||
- port: 8082
|
||||
protocol: UDP
|
||||
matchLabels:
|
||||
matchLabels:
|
||||
app: nexus-server
|
||||
matchExpressions:
|
||||
- key: jenkins/label
|
||||
operator: Exists
|
||||
#matchExpressions:
|
||||
# - key: jenkins/label
|
||||
# operator: Exists
|
||||
|
||||
|
||||
- name: exposure
|
||||
@@ -39,9 +39,9 @@ namespaces:
|
||||
applications:
|
||||
- name: httpd-wamblee-org
|
||||
matchLabels:
|
||||
app: wamblee-org
|
||||
app: httpd-wamblee-org
|
||||
ports:
|
||||
- port: 1000
|
||||
- port: 80
|
||||
- port: 1001
|
||||
protocol: UDP
|
||||
|
||||
@@ -54,6 +54,7 @@ communications:
|
||||
- nexus-server
|
||||
- internet
|
||||
ports:
|
||||
- port: 8084
|
||||
- port: 53
|
||||
protocol: UDP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user