snmd-logsearch-values.yaml 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. minioMultiMode:
  9. - /data{1...4}
  10. minioStorage:
  11. - type: hostPath
  12. hostPath: /mnt/{{ .Release.Namespace }}/data1
  13. datasetName: ""
  14. mountPath: /data1
  15. - type: hostPath
  16. hostPath: /mnt/{{ .Release.Namespace }}/data2
  17. datasetName: ""
  18. mountPath: /data2
  19. - type: hostPath
  20. hostPath: /mnt/{{ .Release.Namespace }}/data3
  21. datasetName: ""
  22. mountPath: /data3
  23. - type: hostPath
  24. hostPath: /mnt/{{ .Release.Namespace }}/data4
  25. datasetName: ""
  26. mountPath: /data4
  27. minioLogging:
  28. logsearch:
  29. enabled: true
  30. diskCapacityGB: 5
  31. pgData:
  32. type: hostPath
  33. hostPath: /mnt/{{ .Release.Namespace }}/postgres_data
  34. datasetName: ""
  35. pgBackup:
  36. type: hostPath
  37. hostPath: /mnt/{{ .Release.Namespace }}/postgres_backup
  38. datasetName: ""