Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sayom88/fcf70ddac218255329ea6eb760858eeb to your computer and use it in GitHub Desktop.
Save sayom88/fcf70ddac218255329ea6eb760858eeb to your computer and use it in GitHub Desktop.
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: selenium-ingress
annotations:
nginx.ingress.kubernetes.io: /$1
spec:
rules:
- host: my-selenium-grid.com
http:
paths:
- path: /
backend:
serviceName: selenium-hub-deployment
servicePort: 4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment