Merge pull request #49 from stackhpc/loadbalancer-provider-changes

change lb provider default
This commit is contained in:
scrungus 2023-05-05 18:02:57 +01:00 committed by GitHub
commit 0eccb0b92f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -43,8 +43,10 @@ spec:
{{- if .enableLoadBalancer }}
apiServerLoadBalancer:
enabled: true
{{- if .loadBalancerProvider }}
provider: {{ .loadBalancerProvider }}
{{- end }}
{{- end }}
disableAPIServerFloatingIP: {{ not .associateFloatingIP }}
{{- with .floatingIP }}

View File

@ -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