Skip to content

Commit

Permalink
[Heartbeat] Update HB k8s template to use <Mi> metric (#32801)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c1620a)
  • Loading branch information
emilioalvap authored and mergify[bot] committed Aug 25, 2022
1 parent 3583d6e commit b1bdbe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/heartbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
runAsUser: 0
resources:
limits:
memory: 1536mi
memory: 1536Mi
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
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/heartbeat/heartbeat-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
runAsUser: 0
resources:
limits:
memory: 1536mi
memory: 1536Mi
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
Expand Down

0 comments on commit b1bdbe6

Please sign in to comment.