he-values.yaml 977 B

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