Makes more sense.
This commit is contained in:
parent
0555ec7f78
commit
a00aa51d3d
2 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue