File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -343,11 +343,11 @@ spec:
343343 items:
344344 port:
345345 description: |-
346- HostPort number to expose on the host
346+ Number of port to expose on the host.
347347 type: integer
348348 containerPort:
349349 description: |-
350- ContainerPort number of nginx
350+ ContainerPort is the port on the nginx container to map to the HostPort.
351351 type: integer
352352 required:
353353 - port
Original file line number Diff line number Diff line change @@ -928,11 +928,11 @@ spec:
928928 items:
929929 port:
930930 description: |-
931- HostPort number to expose on the host
931+ Number of port to expose on the host.
932932 type: integer
933933 containerPort:
934934 description: |-
935- ContainerPort of nginx
935+ ContainerPort is the port on the nginx container to map to the HostPort.
936936 type: integer
937937 required:
938938 - port
You can’t perform that action at this time.
0 commit comments