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
+24
View File
@@ -0,0 +1,24 @@
# Cloud9 (Experimental)
### Info:
This template deploys a cloud9 sdk.
### Usage:
Select cloud9 from catalog.
Change the following cloud9 default parameters, if you need:
- cloud9_user=test # Basic auth user
- cloud9_pass=test1234 # Basic auth password
- cloud9_port=8080 # Port to listen
- cloud9_repo="" # Optional: Git repo to sync in your environment
- cloud9_publish=stack # Publish the service in traefik
- cloud9_domain=dev.local # Publish service domain
Click deploy.
Cloud9 can now be accessed over the Rancher network.