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
  • Loading branch information
emilioalvap committed Aug 25, 2022
1 parent 44fbc57 commit 6c1620a
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 6c1620a

Please sign in to comment.