mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-12 19:11:01 +00:00
remove command section from frontend-deployment
This commit is contained in:
+1
-1
@@ -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;"]
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user