1# Default values for prometheus-statsd-exporter.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
6# deploymentRevisionHistoryLimit: 10
9 repository: cgr.dev/scratch-images/test-tmp/prometheus-statsd-exporter
10 pullPolicy: IfNotPresent
11 # Overrides the image tag whose default is the chart appVersion.
12 tag: 0.31.0-r0@sha256:c3245b78da897ac8ce36c8e1da2407076c74686b1ba0d28233fb3f896c4e975d
16# Additional container environment variables
18# HTTP_PROXY: "http://superproxy.com:3128"
19# NO_PROXY: "localhost,127.0.0.1"
21# Additional arguments in the statsd_exporter command line
23# - --history.limit=1000
26 # The UDP port on which to receive statsd metric lines.
28 # The TCP port on which to receive statsd metric lines.
30 # Maximum size of your metric mapping cache.
31 # Relies on least recently used replacement policy if max size is reached.
33 # Size of internal queue for processing events.
35 # Number of events to hold in queue before flushing.
36 eventFlushThreshold: 1000
37 # Time interval before flushing events in queue.
38 eventFlushInterval: 200ms
39 # Metric mapping ConfigMap
40# mappingConfigMapName: ""
42# Name of the key inside Metric mapping ConfigMap. Default is "statsd.mappingConf".
43# mappingConfigMapKey: ""
45# Metric mapping configuration
61 # ApiVersion for the podMonitor Resource(defaults to "monitoring.googleapis.com/v1")
63 ## resource kind(defaults to "PodMonitoring")
65 # metrics exposing endpoint
74 ## resource kind(defaults to "ServiceMonitor")
76 # MetricRelabelConfigs to apply to samples before ingestion
78 # RelabelConfigs to apply to samples before scraping.
79 # More info https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config
81 # ApiVersion for the podMonitor Resource(defaults to "monitoring.coreos.com/v1")
83 # metrics exposing endpoint
86 # Specifies whether a service account should be created
88 # Annotations to add to the service account
90 # The name of the service account to use.
91 # If not set and create is true, a name is generated using the fullname template
94# Extra labels to be added to pods
103# readOnlyRootFilesystem: true
109 # The address on which to expose the web interface and generated Prometheus metrics.
111 # Path under which to expose metrics.
118 # kubernetes.io/ingress.class: nginx
119 # kubernetes.io/tls-acme: "true"
121 - host: chart-example.local
124 pathType: ImplementationSpecific
126 # - secretName: chart-example-tls
128 # - chart-example.local
130# We usually recommend not to specify default resources and to leave this as a conscious
131# choice for the user. This also increases chances charts run on environments with little
132# resources, such as Minikube. If you do want to specify resources, uncomment the following
133# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
145 targetCPUUtilizationPercentage: 80
146 # targetMemoryUtilizationPercentage: 80
147# Container lifecycle hooks
148# Ref. https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/
153topologySpreadConstraints: []