[24.02.20] deleted api tokens and load from env

This commit is contained in:
andrewso 2020-02-24 10:52:25 +00:00
parent d4af9bb507
commit e7fb743c5f
2 changed files with 2 additions and 2 deletions

View File

@ -6,4 +6,4 @@ RUN pip install utils pycryptodome && \
pip install python-env coinbase
COPY /* /home/price-collector/
EXPOSE 9090
CMD ["python", "/home/price-collector/src/main.py"]
CMD ["python", "/home/price-collector/main.py"]

View File

@ -6,7 +6,7 @@ metadata:
name: RESOURCE_NAME
namespace: default
spec:
replicas: 1
replicas: 0
selector:
matchLabels:
app: RESOURCE_NAME