mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 16:09:08 +00:00
39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
|
# Default values for digitalocean-dyndns.
|
||
|
# This is a YAML-formatted file.
|
||
|
# Declare variables to be passed into your templates.
|
||
|
|
||
|
replicaCount: 1
|
||
|
|
||
|
image:
|
||
|
repository: hotio/cloudflare-ddns
|
||
|
tag: latest
|
||
|
pullPolicy: Always
|
||
|
|
||
|
cloudflare:
|
||
|
user: someuser # REQUIRED: The username of your Cloudflare account, should be your email address.
|
||
|
token: sometoken # REQUIRED: The token you generate in DigitalOcean's API settings.
|
||
|
zones: somezones # REQUIRED: The domain(s) you wish to update, separated by ;
|
||
|
hosts: somehosts # REQUIRED: The subdomain(s) you wish to update, separated by ;
|
||
|
record_types: somerecordtypes # REQUIRED: The record types to update, separated by ;
|
||
|
detection_mode: dig-google.com # Source to query for public IP
|
||
|
log_level: 1 # Verbosity of the logs printed to stdout/stderr
|
||
|
sleep_interval: 300 # Polling time in seconds
|
||
|
|
||
|
resources: {}
|
||
|
# We usually recommend not to specify default resources and to leave this as a conscious
|
||
|
# choice for the user. This also increases chances charts run on environments with little
|
||
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following
|
||
|
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
|
||
|
# limits:
|
||
|
# cpu: 100m
|
||
|
# memory: 128Mi
|
||
|
# requests:
|
||
|
# cpu: 100m
|
||
|
# memory: 128Mi
|
||
|
|
||
|
nodeSelector: {}
|
||
|
|
||
|
tolerations: []
|
||
|
|
||
|
affinity: {}
|