Files
helm-charts/charts/cloudflared/values.yaml
Alex Lebens f6bc5f42a5
All checks were successful
release-charts-cloudflared / release (push) Successful in 18s
change release
2025-04-11 15:52:31 -05:00

21 lines
434 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: "2025.4.0"
pullPolicy: IfNotPresent
# -- Default resources
resources:
requests:
cpu: 10m
memory: 128Mi