Skip to content

Commit

Permalink
PR suggestions and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 25, 2023
1 parent 03c438d commit 1d81364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appuio/haproxy/templates/configmap-galera.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ data:
{{ if and $galera.check.enabled $galera.check.mysql.enabled }}option mysql-check user {{ $galera.check.mysql.user }}{{ end }}
default-server init-addr none {{ if $galera.check.enabled }}check {{ end }}resolvers mydns
{{- range $index, $node := .Values.haproxy.galera.nodes }}
server node-{{ $index }} {{ $node.address }}:{{ default "3306" $node.port }} {{ if $node.backup }} backup{{ end }}
server node-{{ $index }} {{ $node.address }}:{{ default "3306" $node.port }}{{ if $node.backup }} backup{{ end }}
{{- end }}
{{- end }}

0 comments on commit 1d81364

Please sign in to comment.