Skip to content

Commit

Permalink
chore: fix some apollo-router details
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jul 26, 2023
1 parent 1072d92 commit 66ecb8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/galoy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -754,9 +754,9 @@ oathkeeper:
"mutators": [{ "handler": "noop" }]
},
{
"id": "galoy-backend",
"id": "galoy-router",
"upstream": {
"url": "http://api:4002"
"url": "http://galoy-router:80"
},
"match": {
"url": "<(http|https)>://<[a-zA-Z0-9-.:]+>/graphql",
Expand Down Expand Up @@ -1159,7 +1159,7 @@ kratos:
}
emailTemplates: {}
router:
supergraphFilePath: apollorouter-supergraph.graphql
supergraphFilePath: apollo-router/supergraph.graphql

extraEnvVars:
- name: APOLLO_ROUTER_SUPERGRAPH_PATH
Expand Down

0 comments on commit 66ecb8b

Please sign in to comment.