ix_values.yaml 468 B

12345678910111213141516171819202122232425262728293031
  1. image:
  2. repository: docker.elastic.co/elasticsearch/elasticsearch
  3. pullPolicy: IfNotPresent
  4. tag: '8.7.0'
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. esConfig:
  10. password: ""
  11. heapSize: 512m
  12. nodeName: elastic_search_node
  13. additionalEnvs: []
  14. # Not user configurable
  15. esRunAs:
  16. user: 1000
  17. group: 1000
  18. esNetwork:
  19. httpPort: 30000
  20. hostNetwork: false
  21. certificateID: ""
  22. esStorage:
  23. data:
  24. type: ixVolume
  25. hostPath: ''
  26. datasetName: data