Skip to content

Commit

Permalink
Set lb-method="SOURCE_IP_PORT" when using "ovn" provider (#733)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lohage <[email protected]>
  • Loading branch information
j2L4e committed May 27, 2024
1 parent 5735faa commit ae2a955
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ monitor-timeout="{{ .Values.monitorTimeout }}"
monitor-max-retries={{ .Values.monitorMaxRetries }}
lb-version="v2"
lb-provider="{{ .Values.lbProvider }}"
{{- if eq .Values.lbProvider "ovn" }}
lb-method="SOURCE_IP_PORT"
{{- end }}
floating-network-id="{{ .Values.floatingNetworkID }}"
use-octavia="{{ .Values.useOctavia }}"
{{- if .Values.floatingSubnetID }}
Expand Down

0 comments on commit ae2a955

Please sign in to comment.