netcup-values.yaml 960 B

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