Skip to content

Commit

Permalink
chore(elasticsearch): reduce CPU requests and limits on production
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKostka committed Nov 14, 2023
1 parent fcecb6a commit 2c81e46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions k8s/helmfile/env/production/elasticsearch-1.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ master:
heapSize: 4096m
resources:
requests:
cpu: "2"
cpu: "1"
memory: "8Gi"
limits:
cpu: "2"
Expand All @@ -34,10 +34,10 @@ data:
heapSize: 32768m
resources:
requests:
cpu: "10"
cpu: "2"
memory: "64Gi"
limits:
cpu: "10"
cpu: "4"
memory: "64Gi"
persistence:
enabled: true
Expand All @@ -53,10 +53,10 @@ coordinating:
heapSize: 4096m
resources:
requests:
cpu: "2"
cpu: "500m"
memory: "8Gi"
limits:
cpu: "2"
cpu: "1"
memory: "8Gi"
livenessProbe:
initialDelaySeconds: 14400
Expand Down

0 comments on commit 2c81e46

Please sign in to comment.