Skip to content

Commit

Permalink
fix: config-backend annotation also for TCP-Backends
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Jun 28, 2023
1 parent 6a9a266 commit 433da7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions rootfs/etc/templates/haproxy/haproxy.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,14 @@ backend {{ $backend.ID }}
{{- end }}
{{- end }}

{{- /*------------------------------------*/}}
{{- range $snippet := $backend.CustomConfig }}
{{ $snippet }}
{{- end }}
{{- range $snippet := index $global.CustomProxy $backend.ID }}
{{ $snippet }}
{{- end }}

{{- /*------------------------------------*/}}
{{- /* MODE HTTP */}}
{{- /*------------------------------------*/}}
Expand Down

0 comments on commit 433da7d

Please sign in to comment.