Skip to content

Commit

Permalink
Removing unrelated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Oct 16, 2024
1 parent 29c4aab commit f293e76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/kubernetes/heartbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f293e76

Please sign in to comment.