basic-values.yaml 542 B

1234567891011121314151617181920212223242526272829303132333435
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. zwave:
  6. session_secret: secret
  7. serial_port: ""
  8. additional_envs: []
  9. network:
  10. host_network: false
  11. certificate_id: null
  12. web_port:
  13. bind_mode: published
  14. port_number: 8085
  15. ws_port:
  16. bind_mode: published
  17. port_number: 8086
  18. container_port: 3000
  19. run_as:
  20. user: 568
  21. group: 568
  22. ix_volumes:
  23. data: /opt/tests/mnt/zwave/data
  24. storage:
  25. data:
  26. type: ix_volume
  27. ix_volume_config:
  28. dataset_name: data
  29. create_host_path: true
  30. additional_storage: []