Skip to content

Commit

Permalink
Update spark-deploy.yaml (#2647)
Browse files Browse the repository at this point in the history
lowering requests for cpu and memory based on metric data.
  • Loading branch information
EliseCastle23 authored Sep 26, 2024
1 parent 95f3cff commit 8603a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kube/services/spark/spark-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ spec:
imagePullPolicy: Always
resources:
requests:
cpu: 3
memory: 4Gi
cpu: 2
memory: 2Gi
command: ["/bin/bash" ]
args:
- "-c"
Expand Down

0 comments on commit 8603a7f

Please sign in to comment.