Port Spark template from Helm to K8s templates
This is a simple port of the helm template of spark.
This commit is contained in:
committed by
Bill Maxwell
parent
098ac997b9
commit
93a816353a
@@ -0,0 +1,12 @@
|
||||
.catalog:
|
||||
name: Spark
|
||||
version: 0.1.0-rancher1
|
||||
description: "Spark cluster"
|
||||
maintainer: "Rancher"
|
||||
questions:
|
||||
- variable: "SPARK_WORKER_REPLICAS"
|
||||
type: "string"
|
||||
default: "1"
|
||||
label: "Worker Replica Count"
|
||||
description: "number of Spark workers"
|
||||
required: true
|
||||
Reference in New Issue
Block a user