Skip to content

Commit

Permalink
Adjust deployment one more time (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno authored Apr 24, 2024
1 parent 48dccc0 commit 80d2153
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions helm/fuel-subgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: [ "./fuel-subgraph" ]
args:
- "--host"
- "0.0.0.0"
- "--port"
- "8080"
- "--db-path"
- "/mnt/db/db.db3"
command: [ "./app/start.sh" ]
ports:
- name: http
containerPort: {{ .Values.service.port }}
Expand Down

0 comments on commit 80d2153

Please sign in to comment.