Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Increase memory allocation in minikube example
Browse files Browse the repository at this point in the history
  • Loading branch information
janheindejong committed Dec 1, 2022
1 parent 2fd64d0 commit 2910548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/examples/minikube/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ esJavaOpts: "-Xmx128m -Xms128m"
resources:
requests:
cpu: "100m"
memory: "512M"
memory: "1028M"
limits:
cpu: "1000m"
memory: "512M"
memory: "1028M"

# Request smaller persistent volumes.
volumeClaimTemplate:
Expand Down

0 comments on commit 2910548

Please # to comment.