LoadBalancer
Appears in
.Values.service.$name
sharedKey
Sets the shared key in metallb.universe.tf/allow-shared-ip
MetalLB Annotation
Key | service.$name.sharedKey |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | $FullName |
Example
loadBalancerIP
Define the load balancer IP, sets the metallb.universe.tf/loadBalancerIPs
MetalLB annotation. Mutually exclusive with loadBalancerIPs
Key | service.$name.loadBalancerIP |
Type | string |
Required | ❌ |
Helm tpl | ✅ |
Default | "" |
Example
loadBalancerIPs
Define the load balancer IPs, sets the metallb.universe.tf/loadBalancerIPs
MetalLB annotation. Mutually exclusive with loadBalancerIP
Key | service.$name.loadBalancerIPs |
Type | list of string |
Required | ❌ |
Helm tpl | ✅ (On entries only) |
Default | [] |
Example
loadBalancerSourceRanges
Define the load balancer source ranges
Key | service.$name.loadBalancerSourceRanges |
Type | list of string |
Required | ❌ |
Helm tpl | ✅ (On entries only) |
Default | [] |
Example