This PR contains the following updates: | Package | Update | Change | |---|---|---| | tccr.io/truecharts/cloudflareddns | digest | `38cfa51` -> `d5e0cc9` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS42MS4wIiwidXBkYXRlZEluVmVyIjoiMzUuNjEuMCJ9--> --------- Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
image:
|
|
repository: tccr.io/truecharts/cloudflareddns
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:d5e0cc9b7d5df3ae8d23cfbaacef63f3001358589472252aa8941ccc7047b7cf
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
cloudflareddns:
|
|
user: your.cf.email@example.com
|
|
api_token: ""
|
|
api_key: ""
|
|
api_token_zone: ""
|
|
interval: 300
|
|
detect_mode: dig-whoami.cloudflare
|
|
detect_override: ""
|
|
log_level: 3
|
|
host_zone_record: []
|
|
# - domain: example.com
|
|
# zone: A1jajaja
|
|
# record: A
|
|
# - domain: foobar.com
|
|
# zone: B1aksksa
|
|
# record: A
|
|
# - domain: foobar.com
|
|
# zone: Cs11kdkkasks
|
|
# record: AAAA
|
|
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
envFrom:
|
|
- secretRef:
|
|
name: "secret"
|
|
env: {}
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
portal:
|
|
open:
|
|
enabled: false
|