chore: add route gateway verification
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
```
|
||||
Goma Gateway is a lightweight API Gateway and Reverse Proxy.
|
||||
|
||||
[](https://github.com/jkaninda/goma/actions/workflows/release.yml)
|
||||
[](https://github.com/jkaninda/goma-gateway/actions/workflows/release.yml)
|
||||
[](https://goreportcard.com/report/github.com/jkaninda/goma-gateway)
|
||||
[](https://pkg.go.dev/github.com/jkaninda/goma-gateway)
|
||||

|
||||
@@ -65,8 +65,13 @@ docker run --rm --name goma-gateway \
|
||||
```
|
||||
### 4. Healthcheck
|
||||
|
||||
- Goma Gateway readiness: `/readyz`
|
||||
- Routes health check: `/healthz`
|
||||
|
||||
[http://localhost/healthz](http://localhost/healthz)
|
||||
|
||||
[http://localhost/readyz](http://localhost/readyz)
|
||||
|
||||
> Healthcheck response body
|
||||
|
||||
```json
|
||||
|
||||
Reference in New Issue
Block a user