File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
#
17
17
---
18
- apiVersion : extensions /v1beta1
18
+ apiVersion : apps /v1beta1
19
19
kind : Deployment
20
20
metadata :
21
21
name : spark-resource-staging-server
@@ -32,14 +32,14 @@ spec:
32
32
name : spark-resource-staging-server-config
33
33
containers :
34
34
- name : spark-resource-staging-server
35
- image : kubespark/spark-resource-staging-server:v2.2.0-kubernetes-0.3 .0
35
+ image : kubespark/spark-resource-staging-server:v2.2.0-kubernetes-0.4 .0
36
36
resources :
37
37
requests :
38
38
cpu : 100m
39
39
memory : 256Mi
40
40
limits :
41
41
cpu : 100m
42
- memory : 256Mi
42
+ memory : 1Gi
43
43
volumeMounts :
44
44
- name : resource-staging-server-properties
45
45
mountPath : ' /etc/spark-resource-staging-server'
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ spec:
32
32
volumes :
33
33
- name : temp-volume
34
34
hostPath :
35
- path : ' /var/ tmp' # change this path according to your cluster configuration.
35
+ path : ' /tmp' # change this path according to your cluster configuration.
36
36
containers :
37
37
- name : shuffle
38
38
# This is an official image that is built
39
39
# from the dockerfiles/shuffle directory
40
40
# in the spark distribution.
41
- image : kubespark/spark-shuffle:v2.2.0-kubernetes-0.3 .0
41
+ image : kubespark/spark-shuffle:v2.2.0-kubernetes-0.4 .0
42
42
imagePullPolicy : IfNotPresent
43
43
volumeMounts :
44
44
- mountPath : ' /tmp'
You can’t perform that action at this time.
0 commit comments