Merge pull request #792 from GSA/stvnrlly/port-healthcheck

Switch to port healthcheck
This commit is contained in:
Steven Reilly
2023-09-22 15:12:34 -04:00
committed by GitHub

View File

@@ -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))