Skip to content

Instantly share code, notes, and snippets.

@julian-west
Created April 12, 2022 10:27
Show Gist options
  • Save julian-west/5fc47daf5f57b67cf67e83e88db692f9 to your computer and use it in GitHub Desktop.
Save julian-west/5fc47daf5f57b67cf67e83e88db692f9 to your computer and use it in GitHub Desktop.
service:
type: LoadBalancer
# These values, when defined and not empty, override the provided shared annotations and labels.
# Uncomment only if you are trying to override the chart's shared values.
#annotations: {}
#labels: {}
# If the loadBalancer supports sessionAffinity and you have more than one coordinator,
# uncomment the below line to enable session affinity.
#sessionAffinity: ClientIP
# Enable the following flag if you wish to route traffic through a shared VPC
# for the LoadBalancer's external IP.
# The chart is setup for internal IP support for AKS, EKS, GKE.
# For more information, see https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer
internalLoadBalancer: true
# If you have a static IP allocated for your load balancer, uncomment the following
# line and set the IP to provide the static IP used for the load balancer.
# Note: The service type must be set to LoadBalancer for this value to be used.
#loadBalancerIP: 0.0.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment