ununseptium 08a8804bc4 Add more port flexibility to gitlab (#335)
* added questions to alter the default ports

* Implemented port variability
2016-11-23 19:55:34 +02:00

50 lines
1.2 KiB
YAML

.catalog:
name: Gitlab Community
version: 8.5.1-0
description: |
Gitlab CE is a free GitHub alternative
minimum_rancher_version: v0.56.0
maintainer: "Alexis Ducastel <alexis@ducastel.net>"
uuid: gitlab-0
questions:
- variable: "gitlab_hostname"
description: "Gitlab hostname"
label: "Hostname:"
required: true
default: "git.example.com"
type: "string"
- variable: "http_port"
description: "HTTP port to expose on host. Will be used to bind TCP"
label: "HTTP port:"
required: true
default: 80
type: "string"
- variable: "https_port"
description: "HTTPS port to expose on host. Will be used to bind TCP"
label: "HTTPS port:"
required: true
default: 443
type: "string"
- variable: "ssh_port"
description: "SSH port to expose on host. Will be used to bind TCP"
label: "SSH port:"
required: true
default: 22
type: "string"
gitlab-server:
scale: 1
retain_ip: true
health_check:
port: 80
interval: 30000
unhealthy_threshold: 3
strategy: recreate
response_timeout: 2000
healthy_threshold: 2
gitlab-data:
scale: 1
retain_ip: true