basic-values.yaml 493 B

1234567891011121314151617181920212223242526
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. joplin:
  6. postgres_image_selector: postgres_17_image
  7. db_password: db-joplin-password
  8. base_url: https://joplin.example.com
  9. additional_envs: []
  10. network:
  11. web_port:
  12. bind_mode: published
  13. port_number: 8080
  14. ix_volumes:
  15. postgres_data: /opt/tests/mnt/joplin-postgres-data
  16. storage:
  17. postgres_data:
  18. type: ix_volume
  19. ix_volume_config:
  20. dataset_name: postgres_data
  21. create_host_path: true
  22. additional_storage: []