Skip to content

Commit f744e7b

Browse files
committed
sync main with release branch changes to getting started script (#262)
# Description sync main with release branch changes to getting started script.
1 parent 0d6d1e8 commit f744e7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ metadata:
5858
namespace: default
5959
spec:
6060
version: "1.0"
61-
sparkImage: docker.stackable.tech/stackable/pyspark-k8s:3.3.0-0.0.0-dev
61+
sparkImage: docker.stackable.tech/stackable/pyspark-k8s:3.3.0-stackable{{ versions.spark }}
6262
mode: cluster
6363
mainApplicationFile: local:///stackable/spark/examples/src/main/python/pi.py
6464
driver:
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)