v10-values.yaml 386 B

123456789101112131415161718192021222324
  1. TZ: Europe/Athens
  2. mariadb:
  3. image_selector: v10_image
  4. user: mariadb
  5. password: mariadb
  6. database: mariadb
  7. root_password: mariadb
  8. network:
  9. tcp_port:
  10. bind_mode: published
  11. port_number: 3306
  12. ix_volumes:
  13. data: /opt/tests/mnt/data
  14. storage:
  15. data:
  16. type: ix_volume
  17. ix_volume_config:
  18. dataset_name: data
  19. create_host_path: true
  20. additional_storage: []