21 lines
436 B
YAML
21 lines
436 B
YAML
# -- Name override of release
|
|
name: cloudflared
|
|
|
|
# -- Name of existing secret that contains Cloudflare token
|
|
existingSecretName: cloudflared-secret
|
|
|
|
# -- Name of key that contains the token in the existingSecret
|
|
existingSecretKey: cf-tunnel-token
|
|
|
|
# -- Default image
|
|
image:
|
|
repository: cloudflare/cloudflared
|
|
tag: "2024.12.2"
|
|
pullPolicy: IfNotPresent
|
|
|
|
# -- Default resources
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|