basic-values.yaml 461 B

1234567891011121314151617181920212223242526
  1. resources:
  2. limits:
  3. cpus: 2.0
  4. memory: 4096
  5. umami:
  6. postgres_image_selector: postgres_17_image
  7. app_secret: secret
  8. db_password: secret
  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/umami/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: []