docs: update config deployment

This commit is contained in:
Jonas Kaninda
2024-11-12 13:26:14 +01:00
parent 542bd017c3
commit 3c7a55c5e4
7 changed files with 76 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ metadata:
name: goma-config
data:
goma.yml: |
# Goma Gateway configurations
# Goma Gateway configurations
version: 1.0
gateway:
# Proxy write timeout
@@ -96,8 +96,8 @@ data:
# Route healthcheck
healthCheck:
path: /health/live
interval: 30
timeout: 10
interval: 30s
timeout: 10s
healthyStatuses:
- 200
- 404