Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 10fb017

Browse files
author
Zuhair AlSader
committed
busybot: remove limits
Signed-off-by: Zuhair AlSader <[email protected]>
1 parent 3136ef8 commit 10fb017

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

busybot/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,9 @@ spec:
3535
template:
3636
spec:
3737
containers:
38-
- name: hello
38+
- name: busybot-cont
3939
image: alpine:3.18.4
4040
imagePullPolicy: IfNotPresent
41-
resources:
42-
limits:
43-
cpu: 1000m
44-
memory: 1000Mi
4541
env:
4642
- name: STORE
4743
value: /store
@@ -58,6 +54,10 @@ spec:
5854
- /bin/sh
5955
- -c
6056
- |
57+
58+
echo Reading directory
59+
echo "Number of files: $(ls $STORE | wc -l)"
60+
6161
# Read $COUNT random files from store and calculate md5
6262
ls $STORE | shuf -n $COUNT | while read file
6363
do

0 commit comments

Comments
 (0)