basic-values.yaml 354 B

12345678910111213141516171819202122
  1. TZ: Europe/Athens
  2. uptime_kuma:
  3. mount_docker_socket: false
  4. additional_envs: []
  5. network:
  6. web_port:
  7. bind_mode: published
  8. port_number: 8080
  9. host_network: false
  10. ix_volumes:
  11. data: /opt/tests/mnt/data
  12. storage:
  13. data:
  14. type: ix_volume
  15. ix_volume_config:
  16. dataset_name: data
  17. create_host_path: true
  18. additional_storage: []