duckdns-values.yaml 907 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. ci: true
  7. ddns:
  8. additional_envs: []
  9. period: 5m
  10. backup_period: 24h
  11. http_timeout: 10s
  12. update_cooldown_period: 5m
  13. shoutrrr_addresses: []
  14. public_dns_timeout: 3s
  15. public_ip_dns_providers:
  16. - provider: all
  17. public_ip_http_providers:
  18. - provider: all
  19. public_ipv4_http_providers:
  20. - provider: all
  21. public_ipv6_http_providers:
  22. - provider: all
  23. public_ip_fetchers:
  24. - provider: all
  25. config:
  26. - provider: duckdns
  27. domain: subdomain.duckdns.org
  28. duckdns_token: abcd1234-abcd-1234-abcd-abcd1234abcd
  29. network:
  30. web_port:
  31. bind_mode: published
  32. port_number: 8080
  33. host_network: false
  34. run_as:
  35. user: 568
  36. group: 568
  37. ix_volumes:
  38. data: /opt/tests/mnt/data
  39. storage:
  40. data:
  41. type: ix_volume
  42. ix_volume_config:
  43. dataset_name: data
  44. create_host_path: true
  45. additional_storage: []