Skip to content

Commit e8522bb

Browse files
Gasoidsjberman
andauthored
Update apis/v1alpha2/nginxproxy_types.go
Co-authored-by: Saylor Berman <[email protected]>
1 parent aba383d commit e8522bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/v1alpha2/nginxproxy_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ type NodePort struct {
616616

617617
// HostPort to expose on the host.
618618
type HostPort struct {
619-
// ContainerPort is nginx port.
619+
// ContainerPort is the port on the nginx container to map to the HostPort.
620620
// kubebuilder:validation:Minimum=1
621621
// kubebuilder:validation:Maximum=65535
622622
ContainerPort int32 `json:"containerPort"`

0 commit comments

Comments
 (0)