Created
May 23, 2021 07:53
-
-
Save krishachetan89/92995f9412338e5006396504d09ad067 to your computer and use it in GitHub Desktop.
Revisions
-
krishachetan89 created this gist
May 23, 2021 .There are no files selected for viewing
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 charactersOriginal 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