Skip to content

Commit

Permalink
chore(elasticsearch): reduce CPU requests and limits by less
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Nov 15, 2023
1 parent 2c81e46 commit ee94d4a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ data:
heapSize: 32768m
resources:
requests:
cpu: "2"
cpu: "4"
memory: "64Gi"
limits:
cpu: "4"
cpu: "8"
memory: "64Gi"
persistence:
enabled: true
Expand All @@ -53,10 +53,10 @@ coordinating:
heapSize: 4096m
resources:
requests:
cpu: "500m"
cpu: "1"
memory: "8Gi"
limits:
cpu: "1"
cpu: "2"
memory: "8Gi"
livenessProbe:
initialDelaySeconds: 14400
Expand Down

0 comments on commit ee94d4a

Please sign in to comment.