From e7fb743c5f3441a1e7ae9ea20d2fe58c96825464 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Mon, 24 Feb 2020 10:52:25 +0000 Subject: [PATCH] [24.02.20] deleted api tokens and load from env --- Dockerfile | 2 +- configuration/kubernetes/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf1906f..d72af00 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", "/home/price-collector/src/main.py"] \ No newline at end of file +CMD ["python", "/home/price-collector/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