diff --git a/charts/sogo/templates/deployment.yaml b/charts/sogo/templates/deployment.yaml index d1b05a5..7b8f2f6 100644 --- a/charts/sogo/templates/deployment.yaml +++ b/charts/sogo/templates/deployment.yaml @@ -33,7 +33,8 @@ spec: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - command: nginx + command: + - nginx ports: - name: http containerPort: 80