This commit is contained in:
Waylon S. Walker 2024-09-25 09:00:53 -05:00
parent db997a6cb0
commit 4795ae0185

View file

@ -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"