snmd-logsearch-values.yaml 623 B

12345678910111213141516171819202122232425262728293031323334
  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: pvc
  12. mountPath: /data1
  13. - type: pvc
  14. mountPath: /data2
  15. - type: pvc
  16. mountPath: /data3
  17. - type: pvc
  18. mountPath: /data4
  19. minioLogging:
  20. logsearch:
  21. enabled: true
  22. diskCapacityGB: 5
  23. pgData:
  24. type: pvc
  25. pgBackup:
  26. type: emptyDir
  27. emptyDirConfig:
  28. size: ""
  29. medium: ""