Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Sep 13, 2023
1 parent d752ca0 commit 2de5429
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/clusters/production/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ spec:
postBuild:
substitute:
domain: devantler.com
cloudflare-tunnel-name: homelab-production
cloudflare-tunnel-id: fbe68f4f-ef7e-4cc0-bc5a-965a37957b2f

6 changes: 6 additions & 0 deletions k8s/infrastructure/base/cloudflare-tunnel/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ spec:
# 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: ${cloudflare-tunnel-name}
# The ID of the above tunnel.
tunnelId: ${cloudflare-tunnel-id}
# The secret for the tunnel.
secretName: cloudflare-tunnel-secret
# If true, turn on WARP routing for TCP
Expand Down

0 comments on commit 2de5429

Please sign in to comment.