feat(helm): add additional service annotations for components in distributed mode (#14131)

Co-authored-by: Christian Haudum <christian.haudum@gmail.com>
Co-authored-by: Trevor Whitney <trevorjwhitney@gmail.com>
pull/13734/head
Daniel Longeuay 8 months ago committed by GitHub
parent b65b9bca92
commit 5978f1344c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 120
      docs/sources/setup/install/helm/reference.md
  2. 4
      production/helm/loki/CHANGELOG.md
  3. 2
      production/helm/loki/Chart.yaml
  4. 2
      production/helm/loki/README.md
  5. 9
      production/helm/loki/templates/bloom-builder/service-bloom-builder-headless.yaml
  6. 9
      production/helm/loki/templates/bloom-builder/service-bloom-builder.yaml
  7. 9
      production/helm/loki/templates/bloom-gateway/service-bloom-gateway-headless.yaml
  8. 9
      production/helm/loki/templates/bloom-planner/service-bloom-planner-headless.yaml
  9. 9
      production/helm/loki/templates/compactor/service-compactor.yaml
  10. 9
      production/helm/loki/templates/distributor/service-distributor-headless.yaml
  11. 9
      production/helm/loki/templates/distributor/service-distributor.yaml
  12. 7
      production/helm/loki/templates/index-gateway/service-index-gateway-headless.yaml
  13. 9
      production/helm/loki/templates/index-gateway/service-index-gateway.yaml
  14. 9
      production/helm/loki/templates/ingester/service-ingester-headless.yaml
  15. 9
      production/helm/loki/templates/ingester/service-ingester-zone-a-headless.yaml
  16. 9
      production/helm/loki/templates/ingester/service-ingester-zone-b-headless.yaml
  17. 9
      production/helm/loki/templates/ingester/service-ingester-zone-c-headless.yaml
  18. 9
      production/helm/loki/templates/ingester/service-ingester.yaml
  19. 9
      production/helm/loki/templates/querier/service-querier.yaml
  20. 9
      production/helm/loki/templates/query-frontend/service-query-frontend-headless.yaml
  21. 9
      production/helm/loki/templates/query-frontend/service-query-frontend.yaml
  22. 9
      production/helm/loki/templates/query-scheduler/service-query-scheduler.yaml
  23. 9
      production/helm/loki/templates/ruler/service-ruler.yaml
  24. 24
      production/helm/loki/values.yaml

@ -753,6 +753,7 @@ null
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -1030,6 +1031,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>bloomBuilder.serviceAnnotations</td>
<td>object</td>
<td>Annotations for bloom-builder service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -1125,6 +1135,7 @@ null
"imagePullSecrets": [],
"name": null
},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -1411,6 +1422,15 @@ true
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>bloomGateway.serviceAnnotations</td>
<td>object</td>
<td>Annotations for bloom-gateway service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -1506,6 +1526,7 @@ null
"imagePullSecrets": [],
"name": null
},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -1792,6 +1813,15 @@ true
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>bloomPlanner.serviceAnnotations</td>
<td>object</td>
<td>Annotations for bloom-planner service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -2252,6 +2282,7 @@ null
"imagePullSecrets": [],
"name": null
},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -2547,6 +2578,15 @@ true
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>compactor.serviceAnnotations</td>
<td>object</td>
<td>Annotations for compactor service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -2642,6 +2682,7 @@ null
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -2928,6 +2969,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>distributor.serviceAnnotations</td>
<td>object</td>
<td>Annotations for distributor service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -4520,6 +4570,7 @@ null
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 300,
"tolerations": []
@ -4770,6 +4821,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>indexGateway.serviceAnnotations</td>
<td>object</td>
<td>Annotations for index-gateway service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -4873,6 +4933,7 @@ null
"readinessProbe": {},
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 300,
"tolerations": [],
@ -5253,6 +5314,15 @@ false
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>ingester.serviceAnnotations</td>
<td>object</td>
<td>Annotations for ingestor service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -7457,6 +7527,7 @@ false
"imagePullSecrets": [],
"name": null
},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -7752,6 +7823,15 @@ true
<td><pre lang="json">
null
</pre>
</td>
</tr>
<tr>
<td>patternIngester.serviceAnnotations</td>
<td>object</td>
<td>Annotations for pattern ingester service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -7846,6 +7926,7 @@ null
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": [],
@ -8198,6 +8279,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>querier.serviceAnnotations</td>
<td>object</td>
<td>Annotations for querier service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -8292,6 +8382,7 @@ Defaults to allow skew no more then 1 node
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -8569,6 +8660,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>queryFrontend.serviceAnnotations</td>
<td>object</td>
<td>Annotations for query-frontend service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -8640,6 +8740,7 @@ null
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 30,
"tolerations": []
@ -8818,6 +8919,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>queryScheduler.serviceAnnotations</td>
<td>object</td>
<td>Annotations for query-scheduler service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
@ -9739,6 +9849,7 @@ null
"priorityClassName": null,
"replicas": 0,
"resources": {},
"serviceAnnotations": {},
"serviceLabels": {},
"terminationGracePeriodSeconds": 300,
"tolerations": []
@ -9998,6 +10109,15 @@ null
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>
<td>ruler.serviceAnnotations</td>
<td>object</td>
<td>Annotations for ruler service</td>
<td><pre lang="json">
{}
</pre>
</td>
</tr>
<tr>

@ -13,6 +13,10 @@ Entries should include a reference to the pull request that introduced the chang
[//]: # (<AUTOMATED_UPDATES_LOCATOR> : do not remove this line. This locator is used by the CI pipeline to automatically create a changelog entry for each new Loki release. Add other chart versions and respective changelog entries bellow this line.)
## 6.14.0
- [FEATURE] Add additional service annotations for components in distributed mode
## 6.13.0
- [CHANGE] Correctly wrap ClusterRoleBinding around `rbac/namespaced` conditional.

@ -3,7 +3,7 @@ name: loki
description: Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.
type: application
appVersion: 3.1.1
version: 6.13.0
version: 6.14.0
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki

@ -1,6 +1,6 @@
# loki
![Version: 6.13.0](https://img.shields.io/badge/Version-6.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)
![Version: 6.14.0](https://img.shields.io/badge/Version-6.14.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.1.1](https://img.shields.io/badge/AppVersion-3.1.1-informational?style=flat-square)
Helm chart for Grafana Loki and Grafana Enterprise Logs supporting both simple, scalable and distributed modes.

@ -11,10 +11,13 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
prometheus.io/service-monitor: "false"
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.bloomBuilder.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
clusterIP: None
type: ClusterIP

@ -10,10 +10,13 @@ metadata:
{{- with .Values.bloomBuilder.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.bloomBuilder.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
publishNotReadyAddresses: true

@ -11,10 +11,13 @@ metadata:
{{- with .Values.bloomGateway.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.bloomGateway.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -10,10 +10,13 @@ metadata:
{{- with .Values.bloomPlanner.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.bloomPlanner.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -11,10 +11,13 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
app.kubernetes.io/component: compactor
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.compactor.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
ports:

@ -12,10 +12,13 @@ metadata:
{{- end }}
variant: headless
prometheus.io/service-monitor: "false"
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.distributor.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -10,10 +10,13 @@ metadata:
{{- with .Values.distributor.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.distributor.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
ports:

@ -7,6 +7,13 @@ metadata:
labels:
{{- include "loki.indexGatewaySelectorLabels" . | nindent 4 }}
prometheus.io/service-monitor: "false"
annotations:
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.indexGateway.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -9,10 +9,13 @@ metadata:
{{- with .Values.indexGateway.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.indexGateway.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
ports:

@ -8,10 +8,13 @@ metadata:
labels:
{{- include "loki.ingesterSelectorLabels" . | nindent 4 }}
prometheus.io/service-monitor: "false"
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.ingester.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -10,10 +10,13 @@ metadata:
{{- with .Values.ingester.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.ingester.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
clusterIP: None
ports:

@ -10,10 +10,13 @@ metadata:
{{- with .Values.ingester.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.ingester.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
clusterIP: None
ports:

@ -10,10 +10,13 @@ metadata:
{{- with .Values.ingester.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.ingester.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
clusterIP: None
ports:

@ -10,10 +10,13 @@ metadata:
{{- with .Values.ingester.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.ingester.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
ports:

@ -10,10 +10,13 @@ metadata:
{{- with .Values.querier.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.querier.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
ports:

@ -11,10 +11,13 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
prometheus.io/service-monitor: "false"
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.queryFrontend.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
clusterIP: None
type: ClusterIP

@ -10,10 +10,13 @@ metadata:
{{- with .Values.queryFrontend.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.queryFrontend.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
publishNotReadyAddresses: true

@ -10,10 +10,13 @@ metadata:
{{- with .Values.queryScheduler.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.queryScheduler.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -9,10 +9,13 @@ metadata:
{{- with .Values.ruler.serviceLabels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.loki.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
{{- with .Values.ruler.serviceAnnotations }}
{{- toYaml . | nindent 4}}
{{- end }}
spec:
type: ClusterIP
clusterIP: None

@ -1733,6 +1733,8 @@ ingester:
# -- The name of the PriorityClass for ingester pods
# -- Labels for ingestor service
serviceLabels: {}
# -- Annotations for ingestor service
serviceAnnotations: {}
# -- Additional CLI args for the ingester
extraArgs: []
# -- Environment variables to add to the ingester pods
@ -1908,6 +1910,8 @@ distributor:
podAnnotations: {}
# -- Labels for distributor service
serviceLabels: {}
# -- Annotations for distributor service
serviceAnnotations: {}
# -- Additional CLI args for the distributor
extraArgs: []
# -- Environment variables to add to the distributor pods
@ -1998,6 +2002,8 @@ querier:
podAnnotations: {}
# -- Labels for querier service
serviceLabels: {}
# -- Annotations for querier service
serviceAnnotations: {}
# -- Additional CLI args for the querier
extraArgs: []
# -- Environment variables to add to the querier pods
@ -2114,6 +2120,8 @@ queryFrontend:
podAnnotations: {}
# -- Labels for query-frontend service
serviceLabels: {}
# -- Annotations for query-frontend service
serviceAnnotations: {}
# -- Additional CLI args for the query-frontend
extraArgs: []
# -- Environment variables to add to the query-frontend pods
@ -2175,6 +2183,8 @@ queryScheduler:
podAnnotations: {}
# -- Labels for query-scheduler service
serviceLabels: {}
# -- Annotations for query-scheduler service
serviceAnnotations: {}
# -- Additional CLI args for the query-scheduler
extraArgs: []
# -- Environment variables to add to the query-scheduler pods
@ -2235,6 +2245,8 @@ indexGateway:
podAnnotations: {}
# -- Labels for index-gateway service
serviceLabels: {}
# -- Annotations for index-gateway service
serviceAnnotations: {}
# -- Additional CLI args for the index-gateway
extraArgs: []
# -- Environment variables to add to the index-gateway pods
@ -2325,6 +2337,8 @@ compactor:
topologyKey: kubernetes.io/hostname
# -- Labels for compactor service
serviceLabels: {}
# -- Annotations for compactor service
serviceAnnotations: {}
# -- Additional CLI args for the compactor
extraArgs: []
# -- Environment variables to add to the compactor pods
@ -2431,6 +2445,8 @@ bloomGateway:
topologyKey: kubernetes.io/hostname
# -- Labels for bloom-gateway service
serviceLabels: {}
# -- Annotations for bloom-gateway service
serviceAnnotations: {}
# -- Additional CLI args for the bloom-gateway
extraArgs: []
# -- Environment variables to add to the bloom-gateway pods
@ -2528,6 +2544,8 @@ bloomPlanner:
topologyKey: kubernetes.io/hostname
# -- Labels for bloom-planner service
serviceLabels: {}
# -- Annotations for bloom-planner service
serviceAnnotations: {}
# -- Additional CLI args for the bloom-planner
extraArgs: []
# -- Environment variables to add to the bloom-planner pods
@ -2643,6 +2661,8 @@ bloomBuilder:
podAnnotations: {}
# -- Labels for bloom-builder service
serviceLabels: {}
# -- Annotations for bloom-builder service
serviceAnnotations: {}
# -- Additional CLI args for the bloom-builder
extraArgs: []
# -- Environment variables to add to the bloom-builder pods
@ -2713,6 +2733,8 @@ patternIngester:
topologyKey: kubernetes.io/hostname
# -- Labels for pattern ingester service
serviceLabels: {}
# -- Annotations for pattern ingester service
serviceAnnotations: {}
# -- Additional CLI args for the pattern ingester
extraArgs: []
# -- Environment variables to add to the pattern ingester pods
@ -2812,6 +2834,8 @@ ruler:
podAnnotations: {}
# -- Labels for ruler service
serviceLabels: {}
# -- Annotations for ruler service
serviceAnnotations: {}
# -- Additional CLI args for the ruler
extraArgs: []
# -- Environment variables to add to the ruler pods

Loading…
Cancel
Save