snsd-logsearch-values.yaml 669 B

12345678910111213141516171819202122232425262728
  1. # When inside the versioned minio folder, run:
  2. # helm dependency update
  3. # helm template -f ix_values.yaml -f ci/logsearch-values.yaml .
  4. # Always use a unique hostPath for each test
  5. minioCreds:
  6. rootUser: minio_test
  7. rootPass: minio_test
  8. minioStorage:
  9. - type: hostPath
  10. hostPath: /mnt/{{ .Release.Namespace }}/data1
  11. datasetName: ""
  12. mountPath: /data1
  13. minioLogging:
  14. logsearch:
  15. enabled: true
  16. diskCapacityGB: 5
  17. pgData:
  18. type: hostPath
  19. hostPath: /mnt/{{ .Release.Namespace }}/postgres_data
  20. datasetName: ""
  21. pgBackup:
  22. type: hostPath
  23. hostPath: /mnt/{{ .Release.Namespace }}/postgres_backup
  24. datasetName: ""