basic-values.yaml 678 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. ntfy:
  6. base_url: http://localhost:8080
  7. additional_envs: []
  8. network:
  9. host_network: false
  10. http_port:
  11. bind_mode: published
  12. port_number: 8080
  13. https_port:
  14. bind_mode: published
  15. port_number: 8443
  16. certificate_id: null
  17. additional_ports: []
  18. run_as:
  19. user: 568
  20. group: 568
  21. ix_volumes:
  22. config: /opt/tests/mnt/ntfy/config
  23. data: /opt/tests/mnt/ntfy/data
  24. storage:
  25. config:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: config
  29. create_host_path: true
  30. data:
  31. type: ix_volume
  32. ix_volume_config:
  33. dataset_name: data
  34. create_host_path: true
  35. additional_storage: []