basic-values.yaml 522 B

1234567891011121314151617181920212223242526272829
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. TZ: Etc/UTC
  6. anything_llm:
  7. sig_key: exactly-32-characters-app-keyyyy
  8. sig_salt: exactly-32-characters-app-keyyyy
  9. jwt_secret: exactly-32-characters-app-keyyyy
  10. additional_envs: []
  11. network:
  12. web_port:
  13. bind_mode: published
  14. port_number: 8080
  15. host_network: false
  16. ix_volumes:
  17. data: /opt/tests/mnt/anything-llm/data
  18. storage:
  19. data:
  20. type: ix_volume
  21. ix_volume_config:
  22. dataset_name: data
  23. create_host_path: true
  24. additional_storage: []