Adds example for running Selenium on Kubernetes.

This commit is contained in:
Elson Rodriguez
2015-10-04 00:38:22 -07:00
parent 719cf5617e
commit 93908b9b14
6 changed files with 322 additions and 0 deletions

View 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