Skip to content

Commit 837e6da

Browse files
committed
description fixed
1 parent 809f714 commit 837e6da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

config/crd/bases/gateway.nginx.org_nginxproxies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

deploy/crds.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)