Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 440537d

Browse files
committed
Adding Helm chart in README
[skip ci]
1 parent fe28e0c commit 440537d

File tree

3 files changed

+2
-571
lines changed

3 files changed

+2
-571
lines changed

.github/workflows/k8s-deploy-test.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -518,23 +518,9 @@ After running a test, check the path you mounted to the Docker container,
518518
___
519519

520520
## Deploying to Kubernetes
521-
Here are the steps to deploy the Grid 4 to a Kubernetes cluster.
522-
``` bash
523-
# Deploying all the grid components to kubernetes
524-
$ kubectl apply -f k8s-deployment-full-grid.yaml
525-
526-
# Exposing the router
527-
$ kubectl expose deployment selenium-router-deployment --type=NodePort --port=4444
528-
529-
# Get the router URL to access the grid from outside K8s cluster
530-
$ minikube service selenium-router-deployment --url
531-
532-
# To list all the Grid componenets
533-
$ kubectl get all -l component=selenium-grid-4
534-
```
535521

536-
Check out [the Kubernetes examples](https://github.com/kubernetes/examples/tree/master/staging/selenium)
537-
on how to deploy selenium hub and nodes on a Kubernetes cluster.
522+
We offer a Helm chart to deploy these Docker images to Kubernetes.
523+
Read more details at the Helm [readme](./chart/selenium-grid/README.md).
538524

539525
___
540526

0 commit comments

Comments
 (0)