chore(helm): Add GatewayAPI route support to helm chart (#2544)
Co-authored-by: Ludovic Ortega <github@mail.adminafk.fr>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# seerr-chart
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
Seerr helm chart for Kubernetes
|
||||
|
||||
@@ -77,6 +77,18 @@ If `replicaCount` value was used - remove it. Helm update should work fine after
|
||||
| probes.readinessProbe | object | `{}` | Configure readiness probe |
|
||||
| probes.startupProbe | string | `nil` | Configure startup probe |
|
||||
| resources | object | `{}` | |
|
||||
| route.main.additionalRules | list | `[]` | |
|
||||
| route.main.annotations | object | `{}` | |
|
||||
| route.main.apiVersion | string | `"gateway.networking.k8s.io/v1"` | Set the route apiVersion, e.g. gateway.networking.k8s.io/v1 or gateway.networking.k8s.io/v1alpha2 |
|
||||
| route.main.enabled | bool | `false` | Enables or disables the Gateway API route |
|
||||
| route.main.filters | list | `[]` | |
|
||||
| route.main.hostnames | list | `[]` | |
|
||||
| route.main.httpsRedirect | bool | `false` | To redirect to HTTPS, create a new route object under the main route and enable this option. This should only be used with HTTP-like routes, such as HTTPRoute or GRPCRoute. [Reference]( https://gateway-api.sigs.k8s.io/guides/http-redirect-rewrite/ ) |
|
||||
| route.main.kind | string | `"HTTPRoute"` | Set the route kind. Note that experimental kinds require changing `apiVersion` |
|
||||
| route.main.labels | object | `{}` | |
|
||||
| route.main.matches[0].path.type | string | `"PathPrefix"` | |
|
||||
| route.main.matches[0].path.value | string | `"/"` | |
|
||||
| route.main.parentRefs | list | `[]` | |
|
||||
| securityContext.allowPrivilegeEscalation | bool | `false` | |
|
||||
| securityContext.capabilities.drop[0] | string | `"ALL"` | |
|
||||
| securityContext.privileged | bool | `false` | |
|
||||
|
||||
Reference in New Issue
Block a user