Skip to content

Commit a5622b9

Browse files
authored
chore: update sample bookinfo resource (#486)
1 parent 0e8f655 commit a5622b9

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

samples/bookinfo.yaml

+24-24
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ spec:
4747
runAsUser: 1000
4848
resources:
4949
requests:
50-
cpu: "25m"
51-
memory: "32Mi"
52-
limits:
53-
cpu: "50m"
50+
cpu: "200m"
5451
memory: "128Mi"
52+
limits:
53+
cpu: "500m"
54+
memory: "256Mi"
5555

5656
---
5757
# Ratings service
@@ -103,11 +103,11 @@ spec:
103103
runAsUser: 1000
104104
resources:
105105
requests:
106-
cpu: "25m"
107-
memory: "32Mi"
108-
limits:
109-
cpu: "50m"
106+
cpu: "200m"
110107
memory: "128Mi"
108+
limits:
109+
cpu: "500m"
110+
memory: "256Mi"
111111
---
112112
# Reviews service
113113
apiVersion: v1
@@ -166,11 +166,11 @@ spec:
166166
runAsUser: 1000
167167
resources:
168168
requests:
169-
cpu: "25m"
170-
memory: "32Mi"
171-
limits:
172-
cpu: "50m"
169+
cpu: "200m"
173170
memory: "128Mi"
171+
limits:
172+
cpu: "500m"
173+
memory: "256Mi"
174174
volumes:
175175
- name: wlp-output
176176
emptyDir: { }
@@ -229,11 +229,11 @@ spec:
229229
runAsUser: 1000
230230
resources:
231231
requests:
232-
cpu: "25m"
233-
memory: "32Mi"
234-
limits:
235-
cpu: "50m"
232+
cpu: "200m"
236233
memory: "128Mi"
234+
limits:
235+
cpu: "500m"
236+
memory: "256Mi"
237237
volumes:
238238
- name: tmp
239239
emptyDir: { }
@@ -282,20 +282,20 @@ spec:
282282
periodSeconds: 10
283283
resources:
284284
requests:
285-
cpu: "25m"
286-
memory: "32Mi"
287-
limits:
288-
cpu: "50m"
285+
cpu: "200m"
289286
memory: "128Mi"
287+
limits:
288+
cpu: "500m"
289+
memory: "256Mi"
290290
- name: nginx
291291
image: ghcr.io/kubenetworks/nginx:latest
292292
imagePullPolicy: IfNotPresent
293293
ports:
294294
- containerPort: 80
295295
resources:
296296
requests:
297-
cpu: "25m"
298-
memory: "32Mi"
297+
cpu: "200m"
298+
memory: "128Mi"
299299
limits:
300-
cpu: "50m"
301-
memory: "128Mi"
300+
cpu: "500m"
301+
memory: "256Mi"

0 commit comments

Comments
 (0)