fix: remove helm container command (#1697)

The current helm command is not compatible with the
docker image. Instead, rely on the docker image's CMD.

Co-authored-by: jsotelo <javier.sotelo@viasat.com>
This commit is contained in:
Javier Sotelo 2020-06-11 10:48:53 -07:00 committed by GitHub
parent ad6f1653e1
commit e7be6db936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View File

@ -31,7 +31,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/bin/sh", "-c" ,"java -jar jetty-runner-9.4.20.v20190813.jar gms.war"]
ports:
- name: http
containerPort: 8080

View File

@ -30,7 +30,6 @@ spec:
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["/bin/sh", "-c" ,"./mae-consumer-job/bin/mae-consumer-job"]
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: KAFKA_BOOTSTRAP_SERVER

View File

@ -31,7 +31,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/bin/sh", "-c" ,"./mce-consumer-job/bin/mce-consumer-job"]
env:
- name: KAFKA_BOOTSTRAP_SERVER
valueFrom: