Skip to content

Commit

Permalink
fix(cloudflared): change protocol to http2
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa authored Jan 18, 2024
1 parent fc8a469 commit 185bc1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kubernetes/apps/networking/cloudflared/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ spec:
NO_AUTOUPDATE: true
TUNNEL_CRED_FILE: /etc/cloudflared/creds/credentials.json
TUNNEL_METRICS: 0.0.0.0:2000
TUNNEL_TRANSPORT_PROTOCOL: quic
TUNNEL_POST_QUANTUM: true
TUNNEL_TRANSPORT_PROTOCOL: http2
TUNNEL_ID:
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 185bc1c

Please sign in to comment.