mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 14:50:24 +00:00
16 lines
236 B
YAML
16 lines
236 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: selenium-hub
|
||
|
labels:
|
||
|
app: selenium-hub
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 4444
|
||
|
targetPort: 4444
|
||
|
name: port0
|
||
|
selector:
|
||
|
app: selenium-hub
|
||
|
type: NodePort
|
||
|
sessionAffinity: None
|