From c1364a74100d05bb18be3129bdb4efd05078152a Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Mon, 24 Feb 2020 10:15:19 +0000 Subject: [PATCH] [24.02.20] execution path --- Dockerfile | 2 +- configuration/kubernetes/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5224e2b..cf1906f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +CMD ["python", "/home/price-collector/src/main.py"] \ No newline at end of file diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index 4ba59b8..2d3dd7f 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -6,7 +6,7 @@ metadata: name: RESOURCE_NAME namespace: default spec: - replicas: 1 + replicas: 0 selector: matchLabels: app: RESOURCE_NAME