test_values.yaml 913 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: linuxserver/diskover
  4. tag: "2.0.1"
  5. elasticsearch:
  6. image:
  7. pullPolicy: IfNotPresent
  8. repository: docker.elastic.co/elasticsearch/elasticsearch
  9. tag: "7.5.2"
  10. python:
  11. image:
  12. pullPolicy: IfNotPresent
  13. repository: python
  14. tag: "3.10"
  15. environmentVariables: []
  16. extraAppVolumeMounts: []
  17. extraDataVolumeMounts: []
  18. web_port: 32000
  19. dnsConfig:
  20. options: []
  21. emptyDirVolumes: true
  22. appVolumeMounts:
  23. config:
  24. emptyDir: true
  25. mountPath: /config
  26. data:
  27. emptyDir: true
  28. mountPath: /data
  29. elasticSearchAppVolumeMounts:
  30. esdata:
  31. emptyDir: true
  32. mountPath: /usr/share/elasticsearch/data
  33. ownerUID: 568
  34. ownerGID: 568
  35. username: "admin"
  36. password: "admin"
  37. host: "192.169.0.156"
  38. hostNetwork: false
  39. timezone: "America/Los_Angeles"
  40. diskoverCredentials:
  41. username: admin
  42. password: admin
  43. cronjobSchedule: "0 3 * * *"
  44. es_user: elasticsearch