Skip to content

Commit ab0aebe

Browse files
authored
docs: update link to router configuration file in helm chart (#3064)
Updates the anchor link to the YAML configuration file for the router in the helm chart as it has changed.
1 parent be59a61 commit ab0aebe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/chart/router/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ helm show values oci://ghcr.io/apollographql/helm-charts/router
7575
| probes.readiness | object | `{"initialDelaySeconds":0}` | Configure readiness probe |
7676
| replicaCount | int | `1` | |
7777
| resources | object | `{}` | |
78-
| router | object | `{"args":["--hot-reload"],"configuration":{"health_check":{"listen":"0.0.0.0:8088"},"supergraph":{"listen":"0.0.0.0:80"},"telemetry":{"metrics":{"prometheus":{"enabled":false,"listen":"0.0.0.0:9090","path":"/metrics"}}}}}` | See https://www.apollographql.com/docs/router/configuration/overview#configuration-file for yaml structure |
78+
| router | object | `{"args":["--hot-reload"],"configuration":{"health_check":{"listen":"0.0.0.0:8088"},"supergraph":{"listen":"0.0.0.0:80"},"telemetry":{"metrics":{"prometheus":{"enabled":false,"listen":"0.0.0.0:9090","path":"/metrics"}}}}}` | See https://www.apollographql.com/docs/router/configuration/overview/#yaml-config-file for yaml structure |
7979
| securityContext | object | `{}` | |
8080
| service.annotations | object | `{}` | |
8181
| service.port | int | `80` | |

helm/chart/router/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
replicaCount: 1
66

7-
# -- See https://www.apollographql.com/docs/router/configuration/overview#configuration-file for yaml structure
7+
# -- See https://www.apollographql.com/docs/router/configuration/overview/#yaml-config-file for yaml structure
88
router:
99
configuration:
1010
supergraph:

0 commit comments

Comments
 (0)