diff --git a/helm/fuel-subgraph/templates/deployment.yaml b/helm/fuel-subgraph/templates/deployment.yaml index fcd6c83..bf48814 100644 --- a/helm/fuel-subgraph/templates/deployment.yaml +++ b/helm/fuel-subgraph/templates/deployment.yaml @@ -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 }}