diff --git a/archesproject/templates/deployment-api.yaml b/archesproject/templates/deployment-api.yaml index 65751df..43d4a59 100644 --- a/archesproject/templates/deployment-api.yaml +++ b/archesproject/templates/deployment-api.yaml @@ -36,7 +36,7 @@ spec: {{- toYaml .Values.securityContext | nindent 12 }} image: "{{ .Values.image.repository }}:{{ default .Chart.AppVersion .Values.image.tag }}" imagePullPolicy: {{ .Values.image.pullPolicy }} - command: ['../entrypoint.sh', 'run_arches_graphql'] + command: ['../entrypoint.sh', 'run_api_server'] ports: - name: http containerPort: 8000