Skip to content

Commit

Permalink
fix spark-submit request resource
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jul 8, 2024
1 parent 7f3d64d commit a6ab6aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kube/services/spark/spark-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ spec:
value: "7077"
resources:
limits:
cpu: 2
memory: 10Gi
cpu: 1
memory: 2Gi
requests:
cpu: 2
memory: 10Gi
cpu: 1
memory: 2Gi

0 comments on commit a6ab6aa

Please sign in to comment.