16 lines
314 B
YAML
16 lines
314 B
YAML
|
.catalog:
|
||
|
name: jenkins
|
||
|
version: latest
|
||
|
description: Jenkins for Molgenis
|
||
|
minimum_rancher_version: v1.6.3
|
||
|
|
||
|
start_on_create: true
|
||
|
scale: 1
|
||
|
health_check:
|
||
|
port: 8080
|
||
|
interval: 5000
|
||
|
unhealthy_threshold: 3
|
||
|
request_line: 'GET / HTTP/1.0'
|
||
|
healthy_threshold: 2
|
||
|
response_timeout: 5000
|