basic-values.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. ci: true
  7. ddns:
  8. additional_envs:
  9. - name: LOG_LEVEL
  10. value: debug
  11. - name: LOG_CALLER
  12. value: short
  13. period: 1m
  14. backup_period: 1h
  15. http_timeout: 15s
  16. update_cooldown_period: 10m
  17. shoutrrr_addresses:
  18. - discord://token@id
  19. - gotify://gotify-host/token
  20. public_dns_timeout: 3s
  21. public_ip_dns_providers:
  22. - provider: all
  23. public_ip_http_providers:
  24. - provider: all
  25. public_ipv4_http_providers:
  26. - provider: all
  27. public_ipv6_http_providers:
  28. - provider: all
  29. public_ip_fetchers:
  30. - provider: all
  31. config:
  32. - provider: aliyun
  33. domain: example.com
  34. ip_version: ""
  35. aliyun_access_key: key
  36. aliyun_secret_key: secret
  37. network:
  38. web_port:
  39. bind_mode: published
  40. port_number: 8080
  41. host_network: false
  42. run_as:
  43. user: 568
  44. group: 568
  45. ix_volumes:
  46. data: /opt/tests/mnt/data
  47. storage:
  48. data:
  49. type: ix_volume
  50. ix_volume_config:
  51. dataset_name: data
  52. create_host_path: true
  53. additional_storage: []