|
2 | 2 |
|
3 | 3 | [router](https://github.com/apollographql/router) Rust Graph Routing runtime for Apollo Federation
|
4 | 4 |
|
5 |
| -   |
| 5 | +   |
6 | 6 |
|
7 | 7 | ## Prerequisites
|
8 | 8 |
|
|
11 | 11 | ## Get Repo Info
|
12 | 12 |
|
13 | 13 | ```console
|
14 |
| -helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.58.1 |
| 14 | +helm pull oci://ghcr.io/apollographql/helm-charts/router --version 1.59.0-rc.0 |
15 | 15 | ```
|
16 | 16 |
|
17 | 17 | ## Install Chart
|
18 | 18 |
|
19 | 19 | **Important:** only helm3 is supported
|
20 | 20 |
|
21 | 21 | ```console
|
22 |
| -helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.58.1 --values my-values.yaml |
| 22 | +helm upgrade --install [RELEASE_NAME] oci://ghcr.io/apollographql/helm-charts/router --version 1.59.0-rc.0 --values my-values.yaml |
23 | 23 | ```
|
24 | 24 |
|
25 | 25 | _See [configuration](#configuration) below._
|
@@ -81,7 +81,7 @@ helm show values oci://ghcr.io/apollographql/helm-charts/router
|
81 | 81 | | resources | object | `{}` | |
|
82 | 82 | | restartPolicy | string | `"Always"` | Sets the restart policy of pods |
|
83 | 83 | | rollingUpdate | object | `{}` | Sets the [rolling update strategy parameters](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#rolling-update-deployment). Can take absolute values or % values. |
|
84 |
| -| router | object | `{"args":["--hot-reload"],"configuration":{"health_check":{"listen":"0.0.0.0:8088"},"supergraph":{"listen":"0.0.0.0:4000"}}}` | See https://www.apollographql.com/docs/router/configuration/overview/#yaml-config-file for yaml structure | |
| 84 | +| router | object | `{"args":["--hot-reload"],"configuration":{"health_check":{"listen":"0.0.0.0:8088"},"supergraph":{"listen":"0.0.0.0:4000"}}}` | See https://www.apollographql.com/docs/graphos/reference/router/configuration#yaml-config-file for yaml structure | |
85 | 85 | | securityContext | object | `{}` | |
|
86 | 86 | | service.annotations | object | `{}` | |
|
87 | 87 | | service.port | int | `80` | |
|
|
0 commit comments