File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ server:
13
13
resources :
14
14
requests :
15
15
cpu : 100m
16
- memory : 48Mi
16
+ memory : 128Mi
17
17
limits :
18
18
cpu : 200m
19
- memory : 128Mi
19
+ memory : 192Mi
20
20
pdb :
21
21
enabled : true
22
22
minAvailable : 1
47
47
resources :
48
48
limits :
49
49
cpu : 100m
50
- memory : 128Mi
50
+ memory : 192Mi
51
51
requests :
52
52
cpu : 50m
53
- memory : 64Mi
53
+ memory : 128Mi
54
54
pdb :
55
55
enabled : true
56
56
minAvailable : 1
@@ -68,22 +68,16 @@ redis:
68
68
repoServer :
69
69
replicaCount : 1
70
70
resources :
71
- limits :
72
- cpu : 1500m
73
- memory : 256Mi
74
71
requests :
75
72
cpu : 500m
76
73
memory : 128Mi
77
74
78
75
applicationSet :
79
76
replicaCount : 1
80
77
resources :
81
- limits :
82
- cpu : 100m
83
- memory : 128Mi
84
78
requests :
85
- cpu : 100m
86
- memory : 64Mi
79
+ cpu : 500m
80
+ memory : 128Mi
87
81
88
82
notifications :
89
83
resources :
You can’t perform that action at this time.
0 commit comments