mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-15 20:16:52 +00:00
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:
parent
ad6f1653e1
commit
e7be6db936
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user