basic-values.yaml 542 B

1234567891011121314151617181920212223242526272829
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. onlyoffice:
  6. postgres_image_selector: postgres_17_image
  7. db_password: onlyoffice
  8. redis_password: onlyoffice
  9. jwt_secret: onlyoffice
  10. additional_envs: []
  11. network:
  12. host_network: false
  13. web_port:
  14. bind_mode: published
  15. port_number: 8080
  16. certificate_id: null
  17. ix_volumes:
  18. postgres_data: /opt/tests/mnt/postgres-data
  19. storage:
  20. postgres_data:
  21. type: ix_volume
  22. ix_volume_config:
  23. dataset_name: postgres_data
  24. create_host_path: true
  25. additional_storage: []