Skip to content

Commit c68afdf

Browse files
committed
corrected resources in template and script
1 parent 044ad0d commit c68afdf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/modules/spark-k8s/examples/getting_started/getting_started.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ spec:
6565
resources:
6666
cpu:
6767
min: "1"
68-
max: "1200m"
68+
max: "2"
6969
memory:
7070
limit: "1Gi"
7171
executor:
72-
instances: 3
72+
instances: 1
7373
resources:
7474
cpu:
7575
min: "1"
76-
max: "1200m"
76+
max: "2"
7777
memory:
7878
limit: "1Gi"
7979
EOF

docs/modules/spark-k8s/examples/getting_started/getting_started.sh.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ spec:
6565
resources:
6666
cpu:
6767
min: "1"
68-
max: "1200m"
68+
max: "2"
6969
memory:
7070
limit: "1Gi"
7171
executor:
72-
instances: 3
72+
instances: 1
7373
resources:
7474
cpu:
7575
min: "1"
76-
max: "1200m"
76+
max: "2"
7777
memory:
7878
limit: "1Gi"
7979
EOF

0 commit comments

Comments
 (0)