Skip to content

Commit

Permalink
fix(vector): Fix vector proto in haproxy config (#94)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Gilbert <[email protected]>
  • Loading branch information
spencergilbert authored Nov 2, 2021
1 parent fc0b215 commit b0a7d7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/vector/templates/haproxy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ data:

frontend vector
mode http
bind :::6000
bind :::6000 proto h2
option httplog
default_backend vector

Expand Down Expand Up @@ -123,6 +123,6 @@ data:
mode http
balance roundrobin
option tcp-check
server-template srv 10 _vector._tcp.{{ include "vector.fullname" $ }}-headless.{{ $.Release.Namespace }}.svc.cluster.local resolvers coredns check
server-template srv 10 _vector._tcp.{{ include "vector.fullname" $ }}-headless.{{ $.Release.Namespace }}.svc.cluster.local resolvers coredns proto h2 check
{{- end }}
{{- end }}

0 comments on commit b0a7d7d

Please sign in to comment.