snsd-logsearch-values.yaml 481 B

12345678910111213141516171819202122232425
  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: pvc
  10. mountPath: /data1
  11. minioLogging:
  12. logsearch:
  13. enabled: true
  14. diskCapacityGB: 5
  15. pgData:
  16. type: pvc
  17. pgBackup:
  18. type: emptyDir
  19. emptyDirConfig:
  20. size: ""
  21. medium: ""