File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -47,11 +47,11 @@ spec:
47
47
runAsUser : 1000
48
48
resources :
49
49
requests :
50
- cpu : " 25m"
51
- memory : " 32Mi"
52
- limits :
53
- cpu : " 50m"
50
+ cpu : " 200m"
54
51
memory : " 128Mi"
52
+ limits :
53
+ cpu : " 500m"
54
+ memory : " 256Mi"
55
55
56
56
---
57
57
# Ratings service
@@ -103,11 +103,11 @@ spec:
103
103
runAsUser : 1000
104
104
resources :
105
105
requests :
106
- cpu : " 25m"
107
- memory : " 32Mi"
108
- limits :
109
- cpu : " 50m"
106
+ cpu : " 200m"
110
107
memory : " 128Mi"
108
+ limits :
109
+ cpu : " 500m"
110
+ memory : " 256Mi"
111
111
---
112
112
# Reviews service
113
113
apiVersion : v1
@@ -166,11 +166,11 @@ spec:
166
166
runAsUser : 1000
167
167
resources :
168
168
requests :
169
- cpu : " 25m"
170
- memory : " 32Mi"
171
- limits :
172
- cpu : " 50m"
169
+ cpu : " 200m"
173
170
memory : " 128Mi"
171
+ limits :
172
+ cpu : " 500m"
173
+ memory : " 256Mi"
174
174
volumes :
175
175
- name : wlp-output
176
176
emptyDir : { }
@@ -229,11 +229,11 @@ spec:
229
229
runAsUser : 1000
230
230
resources :
231
231
requests :
232
- cpu : " 25m"
233
- memory : " 32Mi"
234
- limits :
235
- cpu : " 50m"
232
+ cpu : " 200m"
236
233
memory : " 128Mi"
234
+ limits :
235
+ cpu : " 500m"
236
+ memory : " 256Mi"
237
237
volumes :
238
238
- name : tmp
239
239
emptyDir : { }
@@ -282,20 +282,20 @@ spec:
282
282
periodSeconds : 10
283
283
resources :
284
284
requests :
285
- cpu : " 25m"
286
- memory : " 32Mi"
287
- limits :
288
- cpu : " 50m"
285
+ cpu : " 200m"
289
286
memory : " 128Mi"
287
+ limits :
288
+ cpu : " 500m"
289
+ memory : " 256Mi"
290
290
- name : nginx
291
291
image : ghcr.io/kubenetworks/nginx:latest
292
292
imagePullPolicy : IfNotPresent
293
293
ports :
294
294
- containerPort : 80
295
295
resources :
296
296
requests :
297
- cpu : " 25m "
298
- memory : " 32Mi "
297
+ cpu : " 200m "
298
+ memory : " 128Mi "
299
299
limits :
300
- cpu : " 50m "
301
- memory : " 128Mi "
300
+ cpu : " 500m "
301
+ memory : " 256Mi "
You can’t perform that action at this time.
0 commit comments