mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
Adds example for running Selenium on Kubernetes.
This commit is contained in:
15
examples/selenium/selenium-hub-svc.yaml
Normal file
15
examples/selenium/selenium-hub-svc.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: selenium-hub
|
||||
labels:
|
||||
name: selenium-hub
|
||||
spec:
|
||||
ports:
|
||||
- port: 4444
|
||||
targetPort: 4444
|
||||
name: port0
|
||||
selector:
|
||||
name: selenium-hub
|
||||
type: NodePort
|
||||
sessionAffinity: None
|
||||
Reference in New Issue
Block a user