TrueChartsClone/charts/stable/cloudflareddns
Kjeld Schouten-Lebbing 9d230e7e12
chore: Update Readme and Description on SCALE
2022-07-19 14:10:40 +02:00
..
docs fix(intentree): fixup (#3209) 2022-07-19 09:06:34 +00:00
templates
.helmignore
CHANGELOG.md chore: Auto-update chart README [skip ci] 2022-07-19 09:45:03 +00:00
Chart.yaml chore: Update Readme and Description on SCALE 2022-07-19 14:10:40 +02:00
README.md chore: Auto-update chart README [skip ci] 2022-07-19 09:45:03 +00:00
icon.png
questions.yaml
values.yaml

README.md

cloudflareddns

Version: 1.0.2 Type: application AppVersion: latest

Update your Cloudflare DNS records automatically for those with a dynamic IP

Homepage: https://github.com/truecharts/apps/tree/master/charts/stable/cloudflareddns

Maintainers

Name Email Url
TrueCharts info@truecharts.org https://truecharts.org

Source Code

Requirements

Kubernetes: >=1.16.0-0

Repository Name Version
https://library-charts.truecharts.org common 10.4.4

Values

Key Type Default Description
env.CF_HOSTS string "test.example.com;test.foobar.com;test2.foobar.com"
env.CF_RECORDTYPES string "A;A;AAAA"
env.CF_USER string "your.cf.email@example.com"
env.CF_ZONES string "example.com;foobar.com;foobar.com"
env.DETECTION_MODE string "{{ ternary .Values.env.DETECT_MODE .Values.env.DETECT_OVERRIDE (eq .Values.env.DETECT_OVERRIDE \"\") }}"
env.DETECT_MODE string "dig-whoami.cloudflare"
env.DETECT_OVERRIDE string ""
env.INTERVAL int 300
env.LOG_LEVEL int 3
env.cloudflareddns string ""
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/cloudflareddns"
image.tag string "latest@sha256:21393f2edec6838dde0e1db48e37a976bdf26f991d775057e95480e6983d4a6e"
persistence.config.enabled bool true
persistence.config.mountPath string "/config"
persistence.varrun.enabled bool true
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
probes.liveness.enabled bool false
probes.readiness.enabled bool false
probes.startup.enabled bool false
secretEnv.CF_APIKEY string ""
secretEnv.CF_APITOKEN string ""
secretEnv.CF_APITOKEN_ZONE string ""
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service.main.enabled bool false
service.main.ports.main.enabled bool false

Autogenerated from chart metadata using helm-docs v0.1.1