Db no longer sidekick, moved all volumes to version 2 method, and added traefic labels
This commit is contained in:
@@ -5,12 +5,18 @@ catalog:
|
||||
description: |
|
||||
Redmine
|
||||
questions:
|
||||
- variable: "PORT"
|
||||
description: "external port to access redmine on"
|
||||
label: "Port"
|
||||
- variable: "REDMINE_HOST"
|
||||
description: "Hostname to use for the Redmine"
|
||||
label: "Thalhalla Store Hostname"
|
||||
required: true
|
||||
default: "11080"
|
||||
type: "int"
|
||||
default: "redmine"
|
||||
type: "string"
|
||||
- variable: "REDMINE_DOMAIN"
|
||||
description: "Domain to use for the Redmine server"
|
||||
label: "REDMINE Domain"
|
||||
required: true
|
||||
default: ""
|
||||
type: "string"
|
||||
- variable: "TZ"
|
||||
description: "Timezone to use for the server"
|
||||
label: "Timezone"
|
||||
@@ -21,16 +27,35 @@ catalog:
|
||||
description: "Database Password to use for the server"
|
||||
label: "DB Password"
|
||||
required: true
|
||||
default: "password123"
|
||||
type: string
|
||||
default: ""
|
||||
type: "password"
|
||||
- variable: "REDMINE_SECRET_TOKEN"
|
||||
description: "REDMINE_SECRET_TOKEN"
|
||||
label: "REDMINE_SECRET_TOKEN"
|
||||
required: true
|
||||
default: "REALLYlongrandomhashkjekkckksixci"
|
||||
type: "string"
|
||||
default: ""
|
||||
type: "password"
|
||||
- variable: "VOLUME_DRIVER"
|
||||
description: "The VOLUME driver to associate with this server"
|
||||
label: "VOLUME Driver"
|
||||
required: true
|
||||
default: "rancher-nfs"
|
||||
type: enum
|
||||
options:
|
||||
- local
|
||||
- rancher-nfs
|
||||
- rancher-efs
|
||||
- rancher-ebs
|
||||
|
||||
services:
|
||||
redmine:
|
||||
scale: 1
|
||||
retain_ip: true
|
||||
health_check:
|
||||
healthy_threshold: 2
|
||||
response_timeout: 5000
|
||||
port: 80
|
||||
unhealthy_threshold: 3
|
||||
interval: 5000
|
||||
strategy: recreate
|
||||
request_line: GET / # HTTP/1.0
|
||||
|
||||
Reference in New Issue
Block a user