# Default values for digitalocean-dyndns. # This is a YAML-formatted file. # Declare variables to be passed into your templates. replicaCount: 1 image: repository: tunix/digitalocean-dyndns tag: latest pullPolicy: Always digitialocean: token: sometoken # REQUIRED: The token you generate in DigitalOcean's API settings. domain: somedomain # REQUIRED: The domain your subdomain is registered at. (i.e. foo.com for home.foo.com) name: "@" # REQUIRED: Subdomain to use. (name in A record) (i.e. home for home.foo.com or @ for no subdomain) 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: {}