Skip to content

Instantly share code, notes, and snippets.

@krishachetan89
Created May 23, 2021 07:53
Show Gist options
  • Select an option

  • Save krishachetan89/92995f9412338e5006396504d09ad067 to your computer and use it in GitHub Desktop.

Select an option

Save krishachetan89/92995f9412338e5006396504d09ad067 to your computer and use it in GitHub Desktop.

Revisions

  1. krishachetan89 created this gist May 23, 2021.
    12 changes: 12 additions & 0 deletions selenium-hub-service.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    apiVersion: v1
    kind: Service
    metadata:
    name: selenium-srv
    spec:
    selector:
    app: selenium-hub
    ports:
    - port: 4444
    nodePort: 30009
    type: NodePort
    sessionAffinity: None