[24.02.20] deleted api tokens and load from env
This commit is contained in:
parent
d4af9bb507
commit
e7fb743c5f
@ -6,4 +6,4 @@ RUN pip install utils pycryptodome && \
|
|||||||
pip install python-env coinbase
|
pip install python-env coinbase
|
||||||
COPY /* /home/price-collector/
|
COPY /* /home/price-collector/
|
||||||
EXPOSE 9090
|
EXPOSE 9090
|
||||||
CMD ["python", "/home/price-collector/src/main.py"]
|
CMD ["python", "/home/price-collector/main.py"]
|
||||||
@ -6,7 +6,7 @@ metadata:
|
|||||||
name: RESOURCE_NAME
|
name: RESOURCE_NAME
|
||||||
namespace: default
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 0
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: RESOURCE_NAME
|
app: RESOURCE_NAME
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user