From 6902916fc7e9f527e64527ee2ec2021d31111fe8 Mon Sep 17 00:00:00 2001 From: Jonas Kaninda Date: Wed, 30 Oct 2024 04:59:54 +0100 Subject: [PATCH] docs: update deployment configurstion example --- README.md | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/README.md b/README.md index ef1b32d..d61536f 100644 --- a/README.md +++ b/README.md @@ -72,37 +72,6 @@ docker run --rm --name goma-gateway \ - Goma Gateway readiness: `/readyz` - Routes health check: `/healthz` -[http://localhost/healthz](http://localhost/healthz) - -[http://localhost/readyz](http://localhost/readyz) - -> Healthcheck response body - -```json -{ - "status": "healthy", - "routes": [ - { - "name": "Store", - "status": "healthy", - "error": "" - }, - { - "name": "Authentication service", - "status": "unhealthy", - "error": "error performing HealthCheck request: Get \"http://authentication-service:8080/internal/health/ready\": dial tcp: lookup authentication-service on 127.0.0.11:53: no such host " - - }, - { - "name": "Notification", - "status": "undefined", - "error": "" - } - ] -} -``` - - Create a config file in this format ## Customize configuration file