Update rancher-compose.yml
This commit is contained in:
parent
ae79e9ab91
commit
66d5022e32
@ -11,8 +11,32 @@
|
|||||||
required: true
|
required: true
|
||||||
default: "8080"
|
default: "8080"
|
||||||
type: "int"
|
type: "int"
|
||||||
|
services:
|
||||||
zinst-repository:
|
zinst-repository:
|
||||||
retain_ip: true
|
retain_ip: true
|
||||||
scale: 1
|
scale: 1
|
||||||
start_on_create: true
|
start_on_create: true
|
||||||
|
health_check:
|
||||||
|
port: 80
|
||||||
|
interval: 5000
|
||||||
|
unhealthy_threshold: 3
|
||||||
|
request_line: ''
|
||||||
|
healthy_threshold: 2
|
||||||
|
response_timeout: 5000
|
||||||
|
zinst-lb:
|
||||||
|
scale: 1
|
||||||
|
start_on_create: true
|
||||||
|
lb_config:
|
||||||
|
certs: []
|
||||||
|
port_rules:
|
||||||
|
- priority: 1
|
||||||
|
protocol: http
|
||||||
|
service: zinst-repository
|
||||||
|
source_port: ${public_port}
|
||||||
|
target_port: 80
|
||||||
|
health_check:
|
||||||
|
response_timeout: 2000
|
||||||
|
healthy_threshold: 2
|
||||||
|
port: 42
|
||||||
|
unhealthy_threshold: 3
|
||||||
|
interval: 2000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user