File tree 3 files changed +9
-9
lines changed
values/prometheus-operator
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ policies:
6
6
container-limits :
7
7
cpu : ' 2'
8
8
enabled : false
9
- memory : 2000Mi
9
+ memory : 4Gi
10
10
psp-allowed-repos :
11
11
enabled : false
12
12
repos : []
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ policies:
6
6
container-limits :
7
7
cpu : ' 2'
8
8
enabled : true
9
- memory : 2Gi
9
+ memory : 4Gi
10
10
psp-allowed-repos :
11
11
enabled : false
12
12
repos :
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ prometheus:
59
59
remoteWrite: null
60
60
resources:
61
61
limits:
62
- cpu: 200m
63
- memory: 512Mi
62
+ cpu: '1'
63
+ memory: 4Gi
64
64
requests:
65
65
cpu: 100m
66
66
memory: 128Mi
@@ -72,8 +72,8 @@ grafana:
72
72
plugins: []
73
73
resources:
74
74
limits:
75
- cpu: 500m
76
- memory: 256Mi
75
+ cpu: '1'
76
+ memory: 4Gi
77
77
requests:
78
78
cpu: 100m
79
79
memory: 128Mi
@@ -94,8 +94,8 @@ alertmanager:
94
94
type: OnNamespace
95
95
resources:
96
96
limits:
97
- cpu: 200m
98
- memory: 128Mi
97
+ cpu: 500m
98
+ memory: 2Gi
99
99
requests:
100
100
cpu: 100m
101
- memory: 64Mi
101
+ memory: 64Mi
You can’t perform that action at this time.
0 commit comments