Makes more sense.

This commit is contained in:
Joseph Hanson 2024-02-27 12:46:29 -06:00
parent 0555ec7f78
commit a00aa51d3d
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ spec:
endpoints:
- dnsName: external.hsn.dev
recordType: CNAME
targets: ["${SECRET_CLUSTER_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com"]
targets: ["${CLUSTER_SECRET_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com"]

View file

@ -49,7 +49,7 @@ spec:
- --config
- /etc/cloudflared/config/config.yaml
- run
- "${SECRET_CLUSTER_CLOUDFLARE_TUNNEL_ID}"
- "${CLUSTER_SECRET_CLOUDFLARE_TUNNEL_ID}"
probes:
liveness: &probes
enabled: true