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,14 @@
|
||||
kind: Service
|
||||
apiVersion: v1
|
||||
metadata:
|
||||
name: spark-webui
|
||||
labels:
|
||||
heritage: helm
|
||||
provider: spark
|
||||
spec:
|
||||
ports:
|
||||
- port: 8080
|
||||
targetPort: 8080
|
||||
selector:
|
||||
component: spark-master
|
||||
type: LoadBalancer
|
||||
Reference in New Issue
Block a user