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 f03cd5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
---
originRequest:
autoOriginServerName: true
http2Origin: true

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

- hostname: "*.${PUBLIC_DOMAIN}"
service: https://nginx-external-controller.networking.svc.cluster.local:443
originRequest:
originServerName: external.${PUBLIC_DOMAIN}

- service: http_status:404
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 f03cd5e

Please sign in to comment.