Added cloud9 templates for catlle and k8s

This commit is contained in:
Raul Sanchez
2016-12-15 18:30:20 +01:00
parent 98ac20439d
commit e6d3d6e3f3
12 changed files with 344 additions and 0 deletions
@@ -0,0 +1,13 @@
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: ${cloud9_name}
namespace: ${cloud9_namespace}
spec:
rules:
- host: ${cloud9_name}.${cloud9_domain}
http:
paths:
- backend:
serviceName: ${cloud9_name}
servicePort: ${cloud9_port}