infomaniak-values.yaml 1.1 KB

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