A Helm chart for cortex-gateway
Homepage: https://github.com/rewe-digital/cortex-gateway
Add Delivery Hero public chart repo:
helm repo add deliveryhero https://charts.deliveryhero.io/
A simple install with default values:
helm install deliveryhero/cortex-gateway
To install the chart with the release name my-release
:
helm install my-release deliveryhero/cortex-gateway
To install with some set values:
helm install my-release deliveryhero/cortex-gateway --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release deliveryhero/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 | [email protected] |