mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-12 13:20:43 -04:00
Merge pull request #792 from GSA/stvnrlly/port-healthcheck
Switch to port healthcheck
This commit is contained in:
@@ -6,8 +6,7 @@ applications:
|
||||
instances: ((instances))
|
||||
memory: ((memory))
|
||||
command: newrelic-admin run-program gunicorn -c /home/vcap/app/gunicorn_config.py application
|
||||
health-check-type: http
|
||||
health-check-http-endpoint: '/_status?simple=true'
|
||||
health-check-type: port
|
||||
health-check-invocation-timeout: 10
|
||||
routes:
|
||||
- route: ((public_admin_route))
|
||||
|
||||
Reference in New Issue
Block a user