values.yaml 504 B

12345678910111213141516171819202122232425262728293031323334
  1. image:
  2. pullPolicy: IfNotPresent
  3. repository: netdata/netdata
  4. tag: v1.45.5
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. podOptions:
  10. dnsConfig:
  11. options: []
  12. netdataConfig:
  13. additionalEnvs: []
  14. netdataNetwork:
  15. webPort: 20489
  16. netdataStorage:
  17. config:
  18. type: ixVolume
  19. ixVolumeConfig:
  20. datasetName: config
  21. cache:
  22. type: ixVolume
  23. ixVolumeConfig:
  24. datasetName: cache
  25. lib:
  26. type: ixVolume
  27. ixVolumeConfig:
  28. datasetName: lib
  29. additionalStorages: []