values.yaml 548 B

1234567891011121314151617181920212223242526272829303132333435
  1. image:
  2. repository: prom/prometheus
  3. pullPolicy: IfNotPresent
  4. tag: v3.2.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: 30002
  17. hostNetwork: false
  18. prometheusRunAs:
  19. user: 568
  20. group: 568
  21. prometheusStorage:
  22. data:
  23. type: ixVolume
  24. ixVolumeConfig:
  25. datasetName: data
  26. config:
  27. type: ixVolume
  28. ixVolumeConfig:
  29. datasetName: config
  30. additionalStorages: []