Skip to content

Commit

Permalink
Attempt to disable HTTP/2 support in Contour/Envoy ingress.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 24, 2023
1 parent 79b05e7 commit d550084
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#@ def kind_values():
contour:
replicas: 1
configFileContents:
default-http-versions:
- "HTTP/1.1"
envoy:
service:
type: ClusterIP
Expand Down

0 comments on commit d550084

Please sign in to comment.