kubernetes/examples/spark/zeppelin-service.yaml
Elson Rodriguez 9401415991 Updating Spark Example.
Few usability improvements:

- Added a proxy to enable viewing worker logs
- Removed seperate webui service
- Modified Zeppelin and spark-ui services to be Loadbalancers
- Changed pyspark example to be platform agnostic
- Improved kubectl context setup
- Minor grammar/flow fixes
2016-10-10 13:36:31 -07:00

13 lines
193 B
YAML

kind: Service
apiVersion: v1
metadata:
name: zeppelin
namespace: spark-cluster
spec:
ports:
- port: 80
targetPort: 8080
selector:
component: zeppelin
type: LoadBalancer