Set NodePorts
This commit is contained in:
parent
63b17ee9da
commit
c0d65a0afb
@ -773,9 +773,9 @@ ingressController:
|
|||||||
# -- Service type for the shared LB service
|
# -- Service type for the shared LB service
|
||||||
type: LoadBalancer
|
type: LoadBalancer
|
||||||
# -- Configure a specific nodePort for insecure HTTP traffic on the shared LB service
|
# -- Configure a specific nodePort for insecure HTTP traffic on the shared LB service
|
||||||
insecureNodePort: ~
|
insecureNodePort: 32577
|
||||||
# -- Configure a specific nodePort for secure HTTPS traffic on the shared LB service
|
# -- Configure a specific nodePort for secure HTTPS traffic on the shared LB service
|
||||||
secureNodePort : ~
|
secureNodePort : 30604
|
||||||
# -- Configure a specific loadBalancerClass on the shared LB service (requires Kubernetes 1.24+)
|
# -- Configure a specific loadBalancerClass on the shared LB service (requires Kubernetes 1.24+)
|
||||||
loadBalancerClass: ~
|
loadBalancerClass: ~
|
||||||
# -- Configure a specific loadBalancerIP on the shared LB service
|
# -- Configure a specific loadBalancerIP on the shared LB service
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user