zoneedit-values.yaml 922 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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: zoneedit
  27. domain: example.com
  28. ip_version: ""
  29. zoneedit_username: user
  30. zoneedit_token: password
  31. network:
  32. web_port:
  33. bind_mode: published
  34. port_number: 8080
  35. host_network: false
  36. run_as:
  37. user: 568
  38. group: 568
  39. ix_volumes:
  40. data: /opt/tests/mnt/data
  41. storage:
  42. data:
  43. type: ix_volume
  44. ix_volume_config:
  45. dataset_name: data
  46. create_host_path: true
  47. additional_storage: []