Skip to content

Commit

Permalink
fix: graphql port on service and test
Browse files Browse the repository at this point in the history
  • Loading branch information
omidasadpour authored and endersonmaia committed Feb 2, 2024
1 parent 2642673 commit fa7ad02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/rollups-node/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
type: {{ .Values.validator.service.type }}
ports:
- port: 4000
targetPort: 4000
targetPort: 10000
protocol: TCP
name: graphql-server
- port: 5005
Expand Down
2 changes: 1 addition & 1 deletion charts/rollups-node/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ spec:
- name: http-check
image: busybox
command: ['wget']
args: ['--spider', '--timeout=5', 'http://{{ include "validator.fullname" . }}-graphql-server:4000/graphql']
args: ['--spider', '--timeout=5', 'http://{{ include "validator.fullname" . }}-validator:4000/graphql']
restartPolicy: Never

0 comments on commit fa7ad02

Please sign in to comment.