Skip to content

Latest commit

 

History

History
61 lines (51 loc) · 2.56 KB

File metadata and controls

61 lines (51 loc) · 2.56 KB

speedtest-exporter

Version: 0.1.0 Type: application AppVersion: 0.0.4

A Helm chart for Prometheus Speedtest exporter

Homepage: https://charts.portefaix.xyz

Maintainers

Name Email Url
nlamirault nicolas.lamirault@gmail.com

Source Code

Values

Key Type Default Description
additionalAnnotations object {} Additional annotations to add to the Prometheus rules
additionalLabels object {} Additional labels to add to the Prometheus rules
affinity object {}
fullnameOverride string "" Provide a name to substitute for the full names of resources
hostNetwork bool false
image.pullPolicy string "IfNotPresent"
image.pullSecret string ""
image.repository string "danopstech/speedtest_exporter"
image.tag string "v0.0.4"
imagePullSecrets list []
nodeSelector object {}
podAnnotations object {}
prometheus.monitor.additionalLabels object {}
prometheus.monitor.enabled bool false
prometheus.monitor.honorLabels bool false
prometheus.monitor.interval string "60m"
prometheus.monitor.namespace string ""
prometheus.monitor.scrapeTimeout string "60s"
readOnlyRootFilesystem bool true
replicas int 1
resources object {}
runAsNonRoot bool true
runAsUser int 1000
securityContext.enabled bool true
securityContext.runAsGroup int 65534
securityContext.runAsUser int 65534
service.annotations object {}
service.loadBalancerIP string ""
service.nodePort int 0
service.port int 9090
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.create bool true
serviceAccount.imagePullSecrets list []
serviceAccount.name string nil
tolerations list []

Autogenerated from chart metadata using helm-docs v1.5.0