Skip to content

Commit

Permalink
Added type: NodePort to spark master
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbelloch committed Feb 8, 2018
1 parent dc917c7 commit f8f4187
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion infra/kubernetes/master-service.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
kind: Service
apiVersion: v1
kind: Service
metadata:
name: spark-master
spec:
type: NodePort
ports:
- port: 7077
targetPort: 7077
Expand All @@ -12,3 +13,4 @@ spec:
name: http
selector:
component: spark-master

0 comments on commit f8f4187

Please sign in to comment.