feat(cloudflare-tunnel): add tunnel
This commit is contained in:
parent
28a07ca401
commit
a5f4198f32
8 changed files with 121 additions and 0 deletions
15
apps/cloudflare-tunnel/overlays/system/deployment.patch.yaml
Normal file
15
apps/cloudflare-tunnel/overlays/system/deployment.patch.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: cloudflared-deployment
|
||||
spec:
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: cloudflared
|
||||
env:
|
||||
- name: TUNNEL_TOKEN
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: cloudflared-config
|
||||
key: token
|
||||
Loading…
Add table
Add a link
Reference in a new issue