no sleep
This commit is contained in:
parent
db997a6cb0
commit
4795ae0185
1 changed files with 1 additions and 2 deletions
|
|
@ -23,11 +23,10 @@ spec:
|
||||||
command: ["/bin/bash", "-c"]
|
command: ["/bin/bash", "-c"]
|
||||||
args:
|
args:
|
||||||
- |
|
- |
|
||||||
echo "Running temperature_fetcher.py" && \
|
echo "Installing dependencies" && \
|
||||||
pip install requests && \
|
pip install requests && \
|
||||||
echo "Fetching temperature" && \
|
echo "Fetching temperature" && \
|
||||||
python /scripts/temperature_fetcher.py && \
|
python /scripts/temperature_fetcher.py && \
|
||||||
sleep 300
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue