Files
infrastructure/clusters/cl01tl/services/speedtest-exporter/values.yaml
2024-05-22 12:49:28 -05:00

17 lines
359 B
YAML

speedtest-exporter:
image:
repository: ghcr.io/miguelndecarvalho/speedtest-exporter
tag: v3.5.4
securityContext:
capabilities:
drop:
- ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1000
serviceMonitor:
enabled: true
namespace: speedtest-exporter
interval: "60m"
scrapeTimeout: "2m"