remove command section from frontend-deployment

This commit is contained in:
Arsham Teymourı
2021-08-11 00:11:14 +03:00
parent 72311d9b61
commit 8f6452fba5
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -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;"]
-5
View File
@@ -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 }}