Skip to content

Commit

Permalink
feat(cloudflared): test out auto sni
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Kreitzer <[email protected]>
  • Loading branch information
buroa committed Jan 18, 2024
1 parent 267044a commit dc77dee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ originRequest:
http2Origin: true

ingress:
- hostname: echo-server.${PUBLIC_DOMAIN}
service: https://nginx-external-controller.networking.svc.cluster.local:443
originRequest:
# originServerName: echo-server.${PUBLIC_DOMAIN}
autoOriginServerName: true

- hostname: ${PUBLIC_DOMAIN}
service: https://nginx-external-controller.networking.svc.cluster.local:443
originRequest:
Expand Down
6 changes: 4 additions & 2 deletions kubernetes/apps/networking/cloudflared/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ spec:
containers:
main:
image:
repository: docker.io/cloudflare/cloudflared
tag: 2024.1.3@sha256:8124930145ba79535f2a9fb83bb9fb0abbeb8fdab94f4d72ae34deeeaee8774d
# repository: docker.io/cloudflare/cloudflared
# tag: 2024.1.3@sha256:8124930145ba79535f2a9fb83bb9fb0abbeb8fdab94f4d72ae34deeeaee8774d
repository: ghcr.io/buroa/cloudflared
tag: develop@sha256:f89a7a41d293ec6c3f5e74fc365287b2c035fd717e7eb66a357a11cdde760651
args:
- tunnel
- --config
Expand Down

0 comments on commit dc77dee

Please sign in to comment.