Skip to content

Commit

Permalink
Merge pull request #627 from Miciah/OCPBUGS-42972-support-appProtocol…
Browse files Browse the repository at this point in the history
…-kubernetes.io-slash-h2c

OCPBUGS-42972: Support appProtocol: kubernetes.io/h2c
  • Loading branch information
openshift-merge-bot[bot] authored Nov 15, 2024
2 parents 6c988a5 + a405953 commit 7832237
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 35 deletions.
2 changes: 1 addition & 1 deletion images/router/haproxy/conf/haproxy-config.template
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ backend {{ genBackendNamePrefix $cfg.TLSTermination }}:{{ $cfgIdx }}
{{- end }}
{{- end }}
{{- else if or (eq $cfg.TLSTermination "") (eq $cfg.TLSTermination "edge") }}
{{- if eq $endpoint.AppProtocol "h2c" }} proto h2
{{- if or (eq $endpoint.AppProtocol "h2c") (eq $endpoint.AppProtocol "kubernetes.io/h2c") }} proto h2
{{- end }}
{{- end }}{{/* end type specific options*/}}

Expand Down
Loading

0 comments on commit 7832237

Please sign in to comment.