A Helm chart for cortex-gateway
Homepage: https://github.com/rewe-digital/cortex-gateway
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/cortex-gatewayTo install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/cortex-gateway --version 0.1.9To install the chart with the release name my-release:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/cortex-gatewayTo install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/cortex-gateway --set values_key1=value1 --set values_key2=value2To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/cortex-gateway -f values.yaml| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| args.alertmanagerAddress | string | "http://your_alertmanager_address_here" |
|
| args.distributorAddress | string | "http://your_distributor_address_here" |
|
| args.jwtExtraHeaders | string | "" |
|
| args.jwtSecret | string | "your_jwt_secret" |
|
| args.queryfrontendAddress | string | "http://your_query_frontend_address_here" |
|
| args.rulerAddress | string | "http://your_ruler_address_here" |
|
| args.tenantIdClaim | string | "" |
|
| args.tenantName | string | "" |
|
| extraLabels | object | {} |
Any extra labels to apply to all resources |
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "goelankit/cortex-gateway" |
|
| image.tag | string | "" |
|
| imagePullSecrets | list | [] |
|
| ingress.enabled | bool | false |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.annotations | object | {} |
|
| service.loadBalancerSourceRanges | object | {} |
|
| service.port | int | 80 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "cortex-gateway" |
|
| strategy.rollingUpdate.maxSurge | string | "25%" |
|
| strategy.rollingUpdate.maxUnavailable | string | "10%" |
|
| strategy.type | string | "RollingUpdate" |
|
| tolerations | list | [] |
| Name | Url | |
|---|---|---|
| goelankitt | https://github.com/goelankitt |
Chart source: github.com/deliveryhero/helm-charts/cortex-gateway
Older chart versions: github.com/deliveryhero/helm-charts/pkgs/container/helm-charts/cortex-gateway