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:
|
endpoints:
|
||||||
- dnsName: external.hsn.dev
|
- dnsName: external.hsn.dev
|
||||||
recordType: CNAME
|
recordType: CNAME
|
||||||
targets: ["${SECRET_CLUSTER_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com"]
|
targets: ["${CLUSTER_SECRET_CLOUDFLARE_TUNNEL_ID}.cfargotunnel.com"]
|
||||||
|
|
|
@ -49,7 +49,7 @@ spec:
|
||||||
- --config
|
- --config
|
||||||
- /etc/cloudflared/config/config.yaml
|
- /etc/cloudflared/config/config.yaml
|
||||||
- run
|
- run
|
||||||
- "${SECRET_CLUSTER_CLOUDFLARE_TUNNEL_ID}"
|
- "${CLUSTER_SECRET_CLOUDFLARE_TUNNEL_ID}"
|
||||||
probes:
|
probes:
|
||||||
liveness: &probes
|
liveness: &probes
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue