values.yaml 514 B

12345678910111213141516171819202122232425262728293031323334
  1. image:
  2. repository: prom/prometheus
  3. pullPolicy: IfNotPresent
  4. tag: v2.44.0
  5. resources:
  6. limits:
  7. cpu: 4000m
  8. memory: 8Gi
  9. prometheusConfig:
  10. retentionTime: 15d
  11. retentionSize: ''
  12. walCompression: true
  13. additionalEnvs: []
  14. additionalArgs: []
  15. prometheusNetwork:
  16. apiPort: 30000
  17. hostNetwork: false
  18. prometheusRunAs:
  19. user: 568
  20. group: 568
  21. prometheusStorage:
  22. data:
  23. type: ixVolume
  24. hostPath: ''
  25. datasetName: data
  26. config:
  27. type: ixVolume
  28. hostPath: ''
  29. datasetName: config