v16-values.yaml 387 B

123456789101112131415161718192021222324
  1. TZ: Europe/Athens
  2. postgres:
  3. image_selector: v16_image
  4. user: postgres
  5. password: postgres
  6. database: postgres
  7. network:
  8. tcp_port:
  9. bind_mode: published
  10. port_number: 5432
  11. host_network: false
  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: []