From 8f6452fba5e103419fc1b416bd8fd5880733ef97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsham=20Teymour=C4=B1?= Date: Wed, 11 Aug 2021 00:11:14 +0300 Subject: [PATCH] remove command section from frontend-deployment --- frontend/Dockerfile | 2 +- helm/templates/frontend-deployment.yaml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5f927ea..69986e8 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -29,4 +29,4 @@ COPY --from=builder /opt/builder/build /usr/share/nginx/html EXPOSE 80 #CMD ["/bin/bash", "-c", "/usr/bin/env.sh && nginx -g \"daemon off;\""] -CMD [ "nginx", "-g" ,"\"daemon off;\""] +CMD [ "nginx", "-g" ,"daemon off;"] diff --git a/helm/templates/frontend-deployment.yaml b/helm/templates/frontend-deployment.yaml index 55d5933..6b066de 100644 --- a/helm/templates/frontend-deployment.yaml +++ b/helm/templates/frontend-deployment.yaml @@ -42,11 +42,6 @@ spec: value: {{ $val | quote }} {{- end }} {{- end }} - command: - - "telemetry_frontend" - args: - - "--listen" - - "0.0.0.0:{{ .Values.service.frontend.targetPort }}" ports: - name: http containerPort: {{ .Values.service.frontend.targetPort }}