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