Merge pull request #19 from jkaninda/refactor

docs: update deployment configuration example
This commit is contained in:
2024-10-30 05:00:13 +01:00
committed by GitHub

View File

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