Copied from rancher community catalog as starting point

This commit is contained in:
WilliamMiceli
2018-06-28 06:18:43 -04:00
parent cc80644bd4
commit 5b1243c281
30 changed files with 1785 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
version: '2'
catalog:
name: openproject
version: 0.0.1
description: Project planning and scheduling
questions:
- variable: OPENPROJECT_PORT
label: Port
default: 80
required: true
type: int
services:
openproject:
scale: 1
start_on_create: true
openproject-data:
scale: 1
start_on_create: true