Skip to content

Commit

Permalink
update tunnel
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Sep 13, 2023
1 parent 5eab560 commit efdb977
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
19 changes: 17 additions & 2 deletions k8s/infrastructure/base/cloudflare-tunnel/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,20 @@ spec:
kind: HelmRepository
name: cloudflare
namespace: cloudflare-tunnel


# https://github.com/cloudflare/helm-charts/blob/main/charts/cloudflare-tunnel/values.yaml
values:
cloudflare:
# Your Cloudflare account number.
account: 634e9016d402443e427865dc35457728
# The name of the tunnel this instance will serve
tunnelName: devantler-production
# The secret for the tunnel.
secret: cloudflare-tunnel-secret
# If true, turn on WARP routing for TCP
enableWarp: false
# Define ingress rules for the tunnel.
ingress:
- hostname: "*.${domain}"
service: https://traefik-ingress
- hostname: "${domain}"
service: https://traefik-ingress
1 change: 0 additions & 1 deletion k8s/infrastructure/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ kind: Kustomization
resources:
- ../../base/cert-manager
- ../../base/cloudflare-tunnel
- ../../base/traefik-ingress

0 comments on commit efdb977

Please sign in to comment.