km
This commit is contained in:
parent
b2b47c1ee5
commit
3bc6e3eaf4
@ -37,12 +37,9 @@ traefik:
|
|||||||
- name: cloudflare
|
- name: cloudflare
|
||||||
image: *cloudflaredImage
|
image: *cloudflaredImage
|
||||||
args: ["tunnel", "--no-autoupdate", "run", "--token", "${cloudflared}"]
|
args: ["tunnel", "--no-autoupdate", "run", "--token", "${cloudflared}"]
|
||||||
env:
|
envFrom:
|
||||||
- name: cloudflared
|
- secretRef:
|
||||||
valueFrom:
|
name: cloudflared-secrets
|
||||||
secretKeyRef:
|
|
||||||
name: cloudflared-secrets
|
|
||||||
key: cloudflared
|
|
||||||
# volumeMounts:
|
# volumeMounts:
|
||||||
# - name: dsdsocket
|
# - name: dsdsocket
|
||||||
# mountPath: /socket
|
# mountPath: /socket
|
||||||
|
Loading…
Reference in New Issue
Block a user