Skip to content

Commit

Permalink
fix: update api command
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed May 27, 2024
1 parent 2ac9c7c commit 3f3593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archesproject/templates/deployment-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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_api_server']
command: ['../entrypoint.sh', 'run_api']
ports:
- name: http
containerPort: 8000
Expand Down

0 comments on commit 3f3593d

Please sign in to comment.