1
0
Fork 0
forked from barak/tarpoon

Add glide.yaml and vendor deps

This commit is contained in:
Dalton Hubble 2016-12-03 22:43:32 -08:00
parent db918f12ad
commit 5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions

View file

@ -0,0 +1,29 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: selenium-node-firefox
labels:
app: selenium-node-firefox
spec:
replicas: 2
selector:
app: selenium-node-firefox
template:
metadata:
labels:
app: selenium-node-firefox
spec:
containers:
- name: selenium-node-firefox
image: selenium/node-firefox-debug:2.47.1
ports:
- containerPort: 5900
env:
- name: HUB_PORT_4444_TCP_ADDR
value: "selenium-hub"
- name: HUB_PORT_4444_TCP_PORT
value: "4444"
resources:
limits:
memory: "1000Mi"
cpu: ".5"