Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jun 30, 2024
1 parent ee79c78 commit a127694
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kubernetes/system/cilium/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -757,19 +757,19 @@ ingressController:
labels: {}
# -- Annotations to be added for the shared LB service
annotations:
io.cilium/lb-ipam-ips: 192.168.2.103
# io.cilium/lb-ipam-ips: 192.168.2.103
# -- Service type for the shared LB service
type: LoadBalancer
# @schema
# type: [null, integer]
# @schema
# -- Configure a specific nodePort for insecure HTTP traffic on the shared LB service
insecureNodePort: ~
insecureNodePort: 31066
# @schema
# type: [null, integer]
# @schema
# -- Configure a specific nodePort for secure HTTPS traffic on the shared LB service
secureNodePort: ~
secureNodePort: 31554
# @schema
# type: [null, string]
# @schema
Expand All @@ -785,7 +785,7 @@ ingressController:
# @schema
# -- Configure if node port allocation is required for LB service
# ref: https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-nodeport-allocation
allocateLoadBalancerNodePorts: ~
allocateLoadBalancerNodePorts: true
# Host Network related configuration
hostNetwork:
# -- Configure whether the Envoy listeners should be exposed on the host network.
Expand Down

0 comments on commit a127694

Please sign in to comment.