mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:15:50 +00:00
Healthcheck values for wimpy v1
This commit is contained in:
parent
24b6f672aa
commit
b87c898320
1 changed files with 5 additions and 10 deletions
|
@ -9,14 +9,9 @@
|
||||||
wimpy_app_port: 8080
|
wimpy_app_port: 8080
|
||||||
wimpy_deploy_strategy: "new_asg"
|
wimpy_deploy_strategy: "new_asg"
|
||||||
wimpy_aws_elb_scheme: "internet-facing"
|
wimpy_aws_elb_scheme: "internet-facing"
|
||||||
wimpy_aws_elb_healthcheck:
|
wimpy_aws_dns_weight: 0
|
||||||
ping_protocol: "http"
|
wimpy_aws_elb_healthcheck_ping_protocol: "http"
|
||||||
ping_port: 8080
|
wimpy_aws_elb_healthcheck_ping_path: "/"
|
||||||
ping_path: "/"
|
|
||||||
response_timeout: 5
|
|
||||||
interval: 7
|
|
||||||
unhealthy_threshold: 2
|
|
||||||
healthy_threshold: 3
|
|
||||||
roles:
|
roles:
|
||||||
- role: wimpy.build
|
# - role: wimpy.build
|
||||||
- role: wimpy.deploy
|
- role: fiunchinho.wimpy
|
||||||
|
|
Loading…
Reference in a new issue