We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba383d commit e8522bbCopy full SHA for e8522bb
apis/v1alpha2/nginxproxy_types.go
@@ -616,7 +616,7 @@ type NodePort struct {
616
617
// HostPort to expose on the host.
618
type HostPort struct {
619
- // ContainerPort is nginx port.
+ // ContainerPort is the port on the nginx container to map to the HostPort.
620
// kubebuilder:validation:Minimum=1
621
// kubebuilder:validation:Maximum=65535
622
ContainerPort int32 `json:"containerPort"`
0 commit comments