summaryrefslogtreecommitdiffstats
path: root/site/intel-pod17/software/charts/osh-infra/prometheus.yaml
blob: c4cd4bf5b20ae2d40815549537d4a34877e4d2fa (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
---
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:
      resources:
        enabled: true
        prometheus:
          limits:
            memory: "4Gi"
            cpu: "2000m"
          requests:
            memory: "2Gi"
            cpu: "1000m"
    storage:
      requests:
        storage: 10Gi
...