You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/tempo-distributed/values.yaml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,10 @@ ingester:
302
302
# If set to "-", then use `storageClassName: ""`, which disables dynamic provisioning
303
303
# If undefined or set to null (the default), then fall back to the value of `ingester.persistentVolume.storageClass`.
304
304
storageClass: null
305
+
# -- Specific annotations to add to zone-a statefulset
306
+
annotations: {}
307
+
# -- Specific annotations to add to zone-a pods
308
+
podAnnotations: {}
305
309
# -- Name of the zone, used in labels and selectors. Must follow Kubernetes naming restrictions: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
306
310
- name: zone-b
307
311
# -- nodeselector to restrict where pods of this zone can be placed. E.g.:
@@ -315,6 +319,10 @@ ingester:
315
319
# If set to "-", then use `storageClassName: ""`, which disables dynamic provisioning
316
320
# If undefined or set to null (the default), then fall back to the value of `ingester.persistentVolume.storageClass`.
317
321
storageClass: null
322
+
# -- Specific annotations to add to zone-b statefulset
323
+
annotations: {}
324
+
# -- Specific annotations to add to zone-b pods
325
+
podAnnotations: {}
318
326
# -- Name of the zone, used in labels and selectors. Must follow Kubernetes naming restrictions: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
319
327
- name: zone-c
320
328
# -- nodeselector to restrict where pods of this zone can be placed. E.g.:
@@ -328,6 +336,10 @@ ingester:
328
336
# If set to "-", then use `storageClassName: ""`, which disables dynamic provisioning
329
337
# If undefined or set to null (the default), then fall back to the value of `ingester.persistentVolume.storageClass`.
330
338
storageClass: null
339
+
# -- Specific annotations to add to zone-c statefulset
0 commit comments