38 lines
1006 B
YAML
38 lines
1006 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/cloudflareddns
|
|
pullPolicy: IfNotPresent
|
|
tag: 3.0.0@sha256:0356824cf3b871ce7ea1a0334758a6f7a25805d684ee6dad861becb05c25959a
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
env:
|
|
UPDATE_IPV4: true
|
|
UPDATE_IPV6: true
|
|
DETECTION_MODE: "dig-whoami.cloudflare"
|
|
LOG_LEVEL: 3
|
|
CF_APITOKEN: "CLOUDFLARETOKEN"
|
|
# CF_USER: not needed with API Token
|
|
# CF_APIKEY: not needed with API Token
|
|
CF_HOSTS: "subdomain.example.com, subdomain.example.org"
|
|
INTERVAL: 300
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|