summaryrefslogtreecommitdiff
path: root/f3s/pushgateway/helm-chart/values.yaml
blob: a963eb23fbfe896e6831b55be4a8639d6ebdc919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
replicaCount: 1

image:
  repository: prom/pushgateway
  tag: v1.10.0
  pullPolicy: IfNotPresent

service:
  type: ClusterIP
  port: 9091

resources:
  requests:
    memory: "64Mi"
    cpu: "100m"
  limits:
    memory: "128Mi"
    cpu: "200m"

namespace: monitoring