version2yml
This commit is contained in:
parent
d755a32613
commit
c8bc2f975a
@ -1,4 +1,5 @@
|
|||||||
.catalog:
|
version: '2'
|
||||||
|
catalog:
|
||||||
name: "reactiondemo"
|
name: "reactiondemo"
|
||||||
version: 1.4.0-rancher1
|
version: 1.4.0-rancher1
|
||||||
description: "E-commerce powered by reaction"
|
description: "E-commerce powered by reaction"
|
||||||
@ -52,18 +53,19 @@
|
|||||||
- rancher-efs
|
- rancher-efs
|
||||||
- rancher-ebs
|
- rancher-ebs
|
||||||
|
|
||||||
reaction:
|
services:
|
||||||
scale: 1
|
reaction:
|
||||||
retain_ip: true
|
scale: 1
|
||||||
health_check:
|
retain_ip: true
|
||||||
healthy_threshold: 2
|
health_check:
|
||||||
response_timeout: 5000
|
healthy_threshold: 2
|
||||||
port: 3000
|
response_timeout: 5000
|
||||||
unhealthy_threshold: 3
|
port: 3000
|
||||||
interval: 5000
|
unhealthy_threshold: 3
|
||||||
strategy: recreate
|
interval: 5000
|
||||||
request_line: GET / # HTTP/1.0
|
strategy: recreate
|
||||||
|
request_line: GET / # HTTP/1.0
|
||||||
|
|
||||||
meango:
|
meango:
|
||||||
scale: 1
|
scale: 1
|
||||||
retain_ip: true
|
retain_ip: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user