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"]
args:
- |
echo "Running temperature_fetcher.py" && \
echo "Installing dependencies" && \
pip install requests && \
echo "Fetching temperature" && \
python /scripts/temperature_fetcher.py && \
sleep 300
resources:
requests:
cpu: "100m"