Skip to content

Commit 698ced5

Browse files
authored
increase amount for CPU and memory
1 parent fcaf3f5 commit 698ced5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubernetes_app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ spec:
8484
imagePullPolicy: Always
8585
resources:
8686
requests:
87-
cpu: 100m
88-
memory: 100Mi
87+
cpu: 500m
88+
memory: 1100Mi
8989
ports:
9090
- containerPort: 8000
9191
readinessProbe:
@@ -234,8 +234,8 @@ spec:
234234
imagePullPolicy: Always
235235
resources:
236236
requests:
237-
cpu: 100m
238-
memory: 100Mi
237+
cpu: 500m
238+
memory: 1100Mi
239239
ports:
240240
- containerPort: 8000
241241
readinessProbe:

0 commit comments

Comments
 (0)