Skip to content

Commit

Permalink
Increase memory for es8-master
Browse files Browse the repository at this point in the history
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
  • Loading branch information
mikkeloscar committed Apr 30, 2024
1 parent cb2d509 commit 7ef8dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/e2e/apply/es8-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ spec:
- name: elasticsearch
resources:
requests:
memory: 720Mi
memory: 1Gi
cpu: 100m
limits:
memory: 720Mi
memory: 1Gi
cpu: 100m
image: "docker.elastic.co/elasticsearch/elasticsearch:8.6.2"
env:
Expand Down

0 comments on commit 7ef8dae

Please sign in to comment.