diff --git a/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml b/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml index fa483ed86..0c715d560 100644 --- a/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml +++ b/clusters/cl01tl/manifests/speedtest-exporter/Deployment-speedtest-exporter.yaml @@ -31,10 +31,13 @@ spec: readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 1000 - image: "ghcr.io/miguelndecarvalho/speedtest-exporter:v3.5.4" + image: "ghcr.io/miguelndecarvalho/speedtest-exporter:v3.5.4@sha256:f1064d49124c7fc45faabb87c6c876a2fd04e92b3dc14d4b871301217ba30fed" imagePullPolicy: IfNotPresent ports: - name: http containerPort: 9798 protocol: TCP - resources: {} + resources: + limits: + cpu: 1m + memory: 30Mi