github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/staging/selenium/selenium-hub-svc.yaml (about) 1 apiVersion: v1 2 kind: Service 3 metadata: 4 name: selenium-hub 5 labels: 6 app: selenium-hub 7 spec: 8 ports: 9 - port: 4444 10 targetPort: 4444 11 name: port0 12 selector: 13 app: selenium-hub 14 type: NodePort 15 sessionAffinity: None