diff --git a/modules/nw-egressnetworkpolicy-object.adoc b/modules/nw-egressnetworkpolicy-object.adoc index 3a63f832ea..534b6fb19b 100644 --- a/modules/nw-egressnetworkpolicy-object.adoc +++ b/modules/nw-egressnetworkpolicy-object.adoc @@ -79,7 +79,7 @@ egress: - type: <1> to: <2> cidrSelector: <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[]