Created
May 23, 2021 07:53
-
-
Save krishachetan89/92995f9412338e5006396504d09ad067 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: selenium-srv | |
| spec: | |
| selector: | |
| app: selenium-hub | |
| ports: | |
| - port: 4444 | |
| nodePort: 30009 | |
| type: NodePort | |
| sessionAffinity: None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment