@@ -13,7 +13,7 @@ fullnameOverride: null
13
13
global :
14
14
image :
15
15
# -- Global image registry to use if it needs to be overriden for some specific use cases (e.g local registries, custom images, ...)
16
- registry : ' '
16
+ registry : " "
17
17
18
18
# -- Optional set of global image pull secrets.
19
19
pullSecrets : []
@@ -45,14 +45,14 @@ alloy:
45
45
enabled : false
46
46
47
47
# -- Name for the Alloy cluster. Used for differentiating between clusters.
48
- name : ' '
48
+ name : " "
49
49
50
50
# -- Name for the port used for clustering, useful if running inside an Istio Mesh
51
51
portName : http
52
52
53
53
# -- Minimum stability level of components and behavior to enable. Must be
54
54
# one of "experimental", "public-preview", or "generally-available".
55
- stabilityLevel : ' generally-available'
55
+ stabilityLevel : " generally-available"
56
56
57
57
# -- Path to where Grafana Alloy stores data (for example, the Write-Ahead Log).
58
58
# By default, data is lost between reboots.
@@ -116,8 +116,7 @@ alloy:
116
116
resources : {}
117
117
118
118
# -- Set lifecycle hooks for the Grafana Alloy container.
119
- lifecycle :
120
- {}
119
+ lifecycle : {}
121
120
# preStop:
122
121
# exec:
123
122
# command:
@@ -126,7 +125,7 @@ alloy:
126
125
127
126
image :
128
127
# -- Grafana Alloy image registry (defaults to docker.io)
129
- registry : ' docker.io'
128
+ registry : " docker.io"
130
129
# -- Grafana Alloy image repository.
131
130
repository : grafana/alloy
132
131
# -- (string) Grafana Alloy image tag. When empty, the Chart's appVersion is
@@ -160,20 +159,20 @@ configReloader:
160
159
enabled : true
161
160
image :
162
161
# -- Config reloader image registry (defaults to docker.io)
163
- registry : ' ghcr.io'
162
+ registry : " ghcr.io"
164
163
# -- Repository to get config reloader image from.
165
164
repository : jimmidyson/configmap-reload
166
165
# -- Tag of image to use for config reloading.
167
166
tag : v0.12.0
168
167
# -- SHA256 digest of image to use for config reloading (either in format "sha256:XYZ" or "XYZ"). When set, will override `configReloader.image.tag`
169
- digest : ' '
168
+ digest : " "
170
169
# -- Override the args passed to the container.
171
170
customArgs : []
172
171
# -- Resource requests and limits to apply to the config reloader container.
173
172
resources :
174
173
requests :
175
- cpu : ' 1m '
176
- memory : ' 5Mi'
174
+ cpu : " 1m "
175
+ memory : " 5Mi"
177
176
# -- Security context to apply to the Grafana configReloader container.
178
177
securityContext : {}
179
178
@@ -254,8 +253,7 @@ controller:
254
253
255
254
scaleDown :
256
255
# -- List of policies to determine the scale-down behavior.
257
- policies :
258
- []
256
+ policies : []
259
257
# - type: Pods
260
258
# value: 4
261
259
# periodSeconds: 60
@@ -266,8 +264,7 @@ controller:
266
264
267
265
scaleUp :
268
266
# -- List of policies to determine the scale-up behavior.
269
- policies :
270
- []
267
+ policies : []
271
268
# - type: Pods
272
269
# value: 4
273
270
# periodSeconds: 60
@@ -305,16 +302,15 @@ service:
305
302
clusterIP : ' '
306
303
# -- Value for internal traffic policy. 'Cluster' or 'Local'
307
304
internalTrafficPolicy : Cluster
308
- annotations :
309
- {}
305
+ annotations : {}
310
306
# cloud.google.com/load-balancer-type: Internal
311
307
312
308
serviceMonitor :
313
309
enabled : false
314
310
# -- Additional labels for the service monitor.
315
311
additionalLabels : {}
316
312
# -- Scrape interval. If not set, the Prometheus default scrape interval is used.
317
- interval : ' '
313
+ interval : " "
318
314
# -- MetricRelabelConfigs to apply to samples after scraping, but before ingestion.
319
315
# ref: https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#relabelconfig
320
316
metricRelabelings : []
0 commit comments