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

Commit

Permalink
busybot: remove limits
Browse files Browse the repository at this point in the history
Signed-off-by: Zuhair AlSader <zuhair@koor.tech>
  • Loading branch information
zalsader committed Nov 14, 2023
1 parent 3136ef8 commit 10fb017
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions busybot/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,9 @@ spec:
template:
spec:
containers:
- name: hello
- name: busybot-cont
image: alpine:3.18.4
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 1000m
memory: 1000Mi
env:
- name: STORE
value: /store
Expand All @@ -58,6 +54,10 @@ spec:
- /bin/sh
- -c
- |
echo Reading directory
echo "Number of files: $(ls $STORE | wc -l)"
# Read $COUNT random files from store and calculate md5
ls $STORE | shuf -n $COUNT | while read file
do
Expand Down

0 comments on commit 10fb017

Please sign in to comment.