Skip to content

Commit e06bf2a

Browse files
Merge branch 'main' into vbe/align-readme-table
2 parents 902584c + 50d1503 commit e06bf2a

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

charts/graph/values.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ router:
99
- --supergraph
1010
- /etc/apollo/supergraph.graphql
1111
configuration:
12+
subscription:
13+
enabled: true
14+
mode:
15+
passthrough:
16+
all:
17+
path: /subscriptions
18+
subgraphs:
19+
workflows:
20+
path: /ws
21+
protocol: graphql_ws
22+
heartbeat_interval: 10s
1223
sandbox:
1324
enabled: true
1425
homepage:

supergraph-config.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
federation_version: =2.8.0
2+
subscriptions:
3+
enabled: true
4+
protocols:
5+
- graphql-transport-ws
6+
- graphql-ws
27
subgraphs:
38
workflows:
49
routing_url: https://workflows.diamond.ac.uk/graphql
510
schema:
611
file: schema/workflows.graphql
12+
subscriptions:
13+
enabled: true
14+
protocols:
15+
- graphql-ws
716
instrument_sessions:
817
routing_url: https://instrument-sessions.diamond.ac.uk/api/graphql
918
schema:

0 commit comments

Comments
 (0)