Skip to content

Commit cdfb83f

Browse files
committed
chore(grafana): add plans
1 parent e6abf28 commit cdfb83f

3 files changed

Lines changed: 24 additions & 22 deletions

File tree

addons/grafana/10/plans/standard-1c1g5/values.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
##
33
fullnameOverride: hb-grafana-standard-5
44

5-
resources:
6-
limits:
7-
cpu: 1000m
8-
memory: 1024Mi
9-
requests:
10-
cpu: 1000m
11-
memory: 1024Mi
5+
grafana:
6+
resources:
7+
limits:
8+
cpu: 1000m
9+
memory: 1Gi
10+
requests:
11+
cpu: 1000m
12+
memory: 1Gi
1213

1314
persistence:
1415
size: 5Gi
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## @param fullnameOverride String to fully override common.names.fullname template
22
##
33
fullnameOverride: hb-grafana-standard-10
4-
5-
resources:
6-
limits:
7-
cpu: 2000m
8-
memory: 4Gi
9-
requests:
10-
cpu: 2000m
11-
memory: 4Gi
4+
grafana:
5+
resources:
6+
limits:
7+
cpu: 2000m
8+
memory: 4Gi
9+
requests:
10+
cpu: 2000m
11+
memory: 4Gi
1212

1313
persistence:
1414
size: 10Gi

addons/grafana/10/plans/standard-4c8g15/values.yaml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
##
33
fullnameOverride: hb-grafana-standard-15
44

5-
resources:
6-
limits:
7-
cpu: 4000m
8-
memory: 8Gi
9-
requests:
10-
cpu: 4000m
11-
memory: 8Gi
5+
grafana:
6+
resources:
7+
limits:
8+
cpu: 4000m
9+
memory: 8Gi
10+
requests:
11+
cpu: 4000m
12+
memory: 8Gi
1213

1314
persistence:
1415
size: 15Gi

0 commit comments

Comments
 (0)