feat: change resource limits
Some checks failed
lint-test-helm / lint-helm (pull_request) Successful in 57s
lint-test-helm / validate-kubeconform (pull_request) Successful in 25s
lint-test-helm / argo-diff (pull_request) Failing after 30s
render-manifests / render-manifests (pull_request) Successful in 41s

This commit is contained in:
2026-04-11 19:45:40 -05:00
parent 70980a0a5a
commit c464ad23c4

View File

@@ -10,8 +10,8 @@ speedtest-exporter:
runAsNonRoot: true runAsNonRoot: true
runAsUser: 1000 runAsUser: 1000
resources: resources:
limits: requests:
cpu: 1m cpu: 10m
memory: 30Mi memory: 30Mi
serviceMonitor: serviceMonitor:
interval: 180m interval: 180m