kubernetes: hide contrib (#320)

This is purely travis (and maybe local testing). Does not warrent (IMHO)
a contrib/ directory. Hide it in a .travis directory.
This commit is contained in:
Miek Gieben
2016-10-05 16:17:52 +01:00
committed by GitHub
parent db6c9a3f01
commit ea98429512
10 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: v1
kind: ReplicationController
metadata:
name: nginx-controller
namespace: poddemo
spec:
replicas: 2
selector:
role: load-balancer
template:
metadata:
labels:
role: load-balancer
spec:
containers:
- name: nginx
image: coreos/nginx
ports:
- containerPort: 80