mirror of https://github.com/k3s-io/k3s
commit
c9250bba2a
|
@ -15,7 +15,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: spark-master
|
||||
image: gcr.io/google_containers/spark-master:1.5.1_v2
|
||||
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||
command: ["/start-master"]
|
||||
ports:
|
||||
- containerPort: 7077
|
||||
volumeMounts:
|
||||
|
|
|
@ -16,7 +16,8 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: spark-worker
|
||||
image: gcr.io/google_containers/spark-worker:1.5.1_v2
|
||||
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||
command: ["/start-worker"]
|
||||
ports:
|
||||
- containerPort: 8888
|
||||
volumeMounts:
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: spark-master
|
||||
image: gcr.io/google_containers/spark:1.5.1_v3
|
||||
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||
command: ["/start-master"]
|
||||
ports:
|
||||
- containerPort: 7077
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: spark-worker
|
||||
image: gcr.io/google_containers/spark:1.5.1_v3
|
||||
image: gcr.io/google_containers/spark:1.5.2_v1
|
||||
command: ["/start-worker"]
|
||||
ports:
|
||||
- containerPort: 8081
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: zeppelin
|
||||
image: gcr.io/google_containers/zeppelin:v0.5.5_v2
|
||||
image: gcr.io/google_containers/zeppelin:v0.5.6_v1
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
resources:
|
||||
|
|
Loading…
Reference in New Issue