Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler committed Sep 13, 2023
1 parent efdb977 commit 9cf116a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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

4 changes: 3 additions & 1 deletion k8s/infrastructure/base/cloudflare-tunnel/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ spec:
# Your Cloudflare account number.
account: 634e9016d402443e427865dc35457728
# The name of the tunnel this instance will serve
tunnelName: devantler-production
tunnelName: ${cloudflare-tunnel-name}
# The ID of the above tunnel.
tunnelId: ${cloudflare-tunnel-id}
# The secret for the tunnel.
secret: cloudflare-tunnel-secret
# If true, turn on WARP routing for TCP
Expand Down

0 comments on commit 9cf116a

Please sign in to comment.