ovh-values.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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: ovh
  27. domain: example.com
  28. ip_version: ""
  29. ovh_mode: dynamic
  30. ovh_username: username
  31. ovh_password: password
  32. - provider: ovh
  33. domain: example.com
  34. ip_version: ""
  35. ovh_mode: dynamic
  36. ovh_username: username
  37. ovh_password: password
  38. - provider: ovh
  39. domain: example.com
  40. ip_version: ""
  41. ovh_mode: api
  42. ovh_api_endpoint: ovh-eu
  43. ovh_app_key: applicationKey
  44. ovh_app_secret: applicationSecret
  45. ovh_consumer_key: consumerKey
  46. - provider: ovh
  47. domain: example.com
  48. ip_version: ""
  49. ovh_mode: api
  50. ovh_api_endpoint: ovh-eu
  51. ovh_app_key: applicationKey
  52. ovh_app_secret: applicationSecret
  53. ovh_consumer_key: consumerKey
  54. network:
  55. web_port:
  56. bind_mode: published
  57. port_number: 8080
  58. host_network: false
  59. run_as:
  60. user: 568
  61. group: 568
  62. ix_volumes:
  63. data: /opt/tests/mnt/data
  64. storage:
  65. data:
  66. type: ix_volume
  67. ix_volume_config:
  68. dataset_name: data
  69. create_host_path: true
  70. additional_storage: []