mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-02 11:10:18 +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
|