mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-13 01:40:23 +00:00
12 lines
176 B
YAML
12 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
|