Skip to content

Commit 7f6e525

Browse files
authored
fix: add alpn_protocols to envoy (#1503)
1 parent 5325c4e commit 7f6e525

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ansible/files/envoy_config/lds.supabase.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ resources:
394394
'@type': >-
395395
type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext
396396
common_tls_context:
397+
alpn_protocols: [ "h2,http/1.1" ]
397398
tls_certificates:
398399
- certificate_chain:
399400
filename: /etc/envoy/fullChain.pem

ansible/files/envoy_config/lds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ resources:
438438
'@type': >-
439439
type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext
440440
common_tls_context:
441+
alpn_protocols: [ "h2,http/1.1" ]
441442
tls_certificates:
442443
- certificate_chain:
443444
filename: /etc/envoy/fullChain.pem

0 commit comments

Comments
 (0)