1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Fix 'ports' field indentation.

This commit is contained in:
Gaetan Hurel
2020-11-13 15:34:23 +01:00
committed by openshift-cherrypick-robot
parent 6af3585837
commit cd2e05a084

View File

@@ -79,7 +79,7 @@ egress:
- type: <type> <1>
to: <2>
cidrSelector: <cidr> <3>
ports: <4>
ports: <4>
...
----
<1> The type of rule. The value must be either `Allow` or `Deny`.
@@ -143,10 +143,10 @@ spec:
- type: Deny
to:
cidrSelector: 172.16.1.1
ports:
- port: 80
protocol: TCP
- port: 443
ports:
- port: 80
protocol: TCP
- port: 443
----
endif::ovn[]