This commit is contained in:
Roxedus 2022-06-04 17:14:31 +02:00
parent 093a603768
commit 12f4c9347a
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -36,7 +36,13 @@ traefik:
# https://docs.datadoghq.com/developers/dogstatsd/unix_socket/?tab=host # https://docs.datadoghq.com/developers/dogstatsd/unix_socket/?tab=host
- name: cloudflare - name: cloudflare
image: *cloudflaredImage image: *cloudflaredImage
# args: ["-s", "-u", "udp-recv:8125", "unix-sendto:/socket/socket"] args: ["tunnel", "--no-autoupdate", "run", "--token", "${cloudflared}"]
env:
- name: cloudflared-secrets
valueFrom:
secretKeyRef:
name: cloudflared
key: cloudflared
# volumeMounts: # volumeMounts:
# - name: dsdsocket # - name: dsdsocket
# mountPath: /socket # mountPath: /socket