feat(cloudflare-tunnel): add tunnel

This commit is contained in:
David Landry 2024-09-27 17:45:05 -04:00
parent 28a07ca401
commit 31f521ebc4
8 changed files with 122 additions and 0 deletions

View 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