summaryrefslogtreecommitdiffstats
path: root/site/intel-pod10/software/charts/osh-infra/prometheus.yaml
blob: d00e96acc08e8f600f78f779c988d8721fd9ad83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
schema: armada/Chart/v1
metadata:
  schema: metadata/Document/v1
  replacement: true
  name: prometheus
  labels:
    name: prometheus-type
  layeringDefinition:
    abstract: false
    layer: site
    parentSelector:
      name: prometheus-global
    actions:
      - method: merge
        path: .
  storagePolicy: cleartext
data:
  values:
    pod:
      replicas:
        prometheus: 1
      resources:
        enabled: true
        prometheus:
          limits:
            memory: "4Gi"
            cpu: "2000m"
          requests:
            memory: "2Gi"
            cpu: "1000m"
    storage:
      requests:
        storage: 20Gi
...