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.
2 parents b984a8e + a5aed1a commit 9cda844Copy full SHA for 9cda844
modules/nw-egressnetworkpolicy-object.adoc
@@ -79,7 +79,7 @@ egress:
79
- type: <type> <1>
80
to: <2>
81
cidrSelector: <cidr> <3>
82
- ports: <4>
+ ports: <4>
83
...
84
----
85
<1> The type of rule. The value must be either `Allow` or `Deny`.
@@ -143,10 +143,10 @@ spec:
143
- type: Deny
144
to:
145
cidrSelector: 172.16.1.1
146
- ports:
147
- - port: 80
148
- protocol: TCP
149
- - port: 443
+ ports:
+ - port: 80
+ protocol: TCP
+ - port: 443
150
151
endif::ovn[]
152
0 commit comments