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 db0e52d
Show file tree
Hide file tree
Showing 2 changed files with 4 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
5 changes: 3 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,9 @@ spec:
containers:
main:
image:
repository: docker.io/cloudflare/cloudflared
tag: 2024.1.3@sha256:8124930145ba79535f2a9fb83bb9fb0abbeb8fdab94f4d72ae34deeeaee8774d
# TODO: move to semver once available
repository: ghcr.io/buroa/cloudflared
tag: develop@sha256:3d101d8e548135d1e416fc9ed43971feb3022300cd1f683070a61fd9e8506269
args:
- tunnel
- --config
Expand Down

0 comments on commit db0e52d

Please sign in to comment.