Update 'helm/templates/deployment.yaml'

This commit is contained in:
Mikaël Cluseau 2022-09-08 15:47:23 +00:00
parent 8835a29140
commit 2ebb9279f5

View File

@ -51,7 +51,6 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.api }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args: [ api ]
ports:
- name: api
containerPort: 3000