Skip to content

Commit

Permalink
fix spark-service
Browse files Browse the repository at this point in the history
  • Loading branch information
thanh-nguyen-dang committed Jun 3, 2024
1 parent f58684a commit cd39979
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions kube/services/spark/spark-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,11 @@ metadata:
name: sparkmaster
spec:
ports:
- port: 7077
- name: p7077
port: 7077
targetPort: 7077
- port: 8080
- name: p8080
port: 8080
targetPort: 8080
clusterIP: None
selector:
Expand Down

0 comments on commit cd39979

Please sign in to comment.