From f293e763fd23e1f225d6161028289c2cc895f8c0 Mon Sep 17 00:00:00 2001 From: Shaunak Kashyap Date: Wed, 16 Oct 2024 14:54:26 -0700 Subject: [PATCH] Removing unrelated changes --- deploy/kubernetes/heartbeat-kubernetes.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/kubernetes/heartbeat-kubernetes.yaml b/deploy/kubernetes/heartbeat-kubernetes.yaml index ee5dc2eb3d1..c0d173b5311 100644 --- a/deploy/kubernetes/heartbeat-kubernetes.yaml +++ b/deploy/kubernetes/heartbeat-kubernetes.yaml @@ -201,10 +201,10 @@ spec: requests: # for synthetics, 2 full cores is a good starting point for relatively consistent perform of a single concurrent check # For lightweight checks as low as 100m is fine - cpu: 2000m - # A high value like this is encouraged for browser based monitors. + cpu: 2000m + # A high value like this is encouraged for browser based monitors. # Lightweight checks use substantially less, even 128Mi is fine for those. - memory: 1536Mi + memory: 1536Mi volumeMounts: - name: config mountPath: /etc/heartbeat.yml