Merge pull request #49 from stackhpc/loadbalancer-provider-changes
change lb provider default
This commit is contained in:
commit
0eccb0b92f
@ -43,8 +43,10 @@ spec:
|
||||
{{- if .enableLoadBalancer }}
|
||||
apiServerLoadBalancer:
|
||||
enabled: true
|
||||
{{- if .loadBalancerProvider }}
|
||||
provider: {{ .loadBalancerProvider }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
disableAPIServerFloatingIP: {{ not .associateFloatingIP }}
|
||||
{{- with .floatingIP }}
|
||||
|
@ -103,8 +103,9 @@ additionalPackages: []
|
||||
apiServer:
|
||||
# Indicates whether to deploy a load balancer for the API server
|
||||
enableLoadBalancer: true
|
||||
# Indicates what loadbalancer provider to use
|
||||
loadBalancerProvider: ovn
|
||||
# Indicates what loadbalancer provider to use. Default is amphora
|
||||
loadBalancerProvider:
|
||||
|
||||
# Indicates whether to associate a floating IP with the API server
|
||||
associateFloatingIP: true
|
||||
# The specific floating IP to associate with the API server
|
||||
|
Loading…
x
Reference in New Issue
Block a user