Skip to content

Commit

Permalink
fix: remove helm container command (#1697)
Browse files Browse the repository at this point in the history
The current helm command is not compatible with the
docker image. Instead, rely on the docker image's CMD.

Co-authored-by: jsotelo <[email protected]>
  • Loading branch information
jsotelo and jsotelo-viasat authored Jun 11, 2020
1 parent ad6f165 commit e7be6db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e7be6db

Please sign in to comment.