mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +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_deploy_strategy: "new_asg"
|
||||
wimpy_aws_elb_scheme: "internet-facing"
|
||||
wimpy_aws_elb_healthcheck:
|
||||
ping_protocol: "http"
|
||||
ping_port: 8080
|
||||
ping_path: "/"
|
||||
response_timeout: 5
|
||||
interval: 7
|
||||
unhealthy_threshold: 2
|
||||
healthy_threshold: 3
|
||||
wimpy_aws_dns_weight: 0
|
||||
wimpy_aws_elb_healthcheck_ping_protocol: "http"
|
||||
wimpy_aws_elb_healthcheck_ping_path: "/"
|
||||
roles:
|
||||
- role: wimpy.build
|
||||
- role: wimpy.deploy
|
||||
# - role: wimpy.build
|
||||
- role: fiunchinho.wimpy
|
||||
|
|
Loading…
Reference in a new issue