8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
11 lines
176 B
YAML
11 lines
176 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: spark-ui-proxy
|
|
spec:
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
selector:
|
|
component: spark-ui-proxy
|
|
type: LoadBalancer
|