Newer
Older
KubernetesApplication / Selenium / selenium-hub-service.yaml
@Yangyang Xie Yangyang Xie on 17 Oct 2021 233 bytes add jitsi
apiVersion: v1
kind: Service
metadata:
  name: selenium-hub
  labels:
    app: selenium-hub
spec:
  ports:
  - port: 4444
    targetPort: 4444
    name: hub-port
    nodePort: 30040
  selector:
    app: selenium-hub
  type: NodePort