Update 'helm/templates/deployment.yaml'
This commit is contained in:
parent
8835a29140
commit
2ebb9279f5
@ -51,7 +51,6 @@ spec:
|
|||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
image: "{{ .Values.image.api }}"
|
image: "{{ .Values.image.api }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
args: [ api ]
|
|
||||||
ports:
|
ports:
|
||||||
- name: api
|
- name: api
|
||||||
containerPort: 3000
|
containerPort: 3000
|
||||||
|
Loading…
Reference in New Issue
Block a user