Skip to content

Commit

Permalink
Update external port (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuelsh authored Apr 29, 2024
1 parent 7470bb1 commit 9bef77f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helm/fuel-subgraph/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.2
version: 0.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/fuel-subgraph/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
- name: CHAIN_ID
value: {{ .Values.app.chain_id }}
ports:
- name: http
- name: firehose
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
Expand Down
4 changes: 2 additions & 2 deletions helm/fuel-subgraph/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
targetPort: {{ .Values.service.port }}
protocol: TCP
name: http
name: firehose
selector: {{- include "fuel-subgraph.selectorLabels" . | nindent 4 }}

0 comments on commit 9bef77f

Please sign in to comment.