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