docs: update configuration deployment
This commit is contained in:
@@ -4,7 +4,7 @@ metadata:
|
||||
name: goma-config
|
||||
data:
|
||||
goma.yml: |
|
||||
# Goma Gateway configurations
|
||||
# Goma Gateway configurations
|
||||
version: 1.0
|
||||
gateway:
|
||||
# Proxy write timeout
|
||||
@@ -22,6 +22,10 @@ data:
|
||||
logLevel: info # debug, trace, off
|
||||
accessLog: "/dev/Stdout"
|
||||
errorLog: "/dev/stderr"
|
||||
## Redis connexion for distributed rate limiting, when using multiple instances | It's optional
|
||||
#redis:
|
||||
#addr: redis:6379
|
||||
# password: password
|
||||
## Enable, disable routes health check
|
||||
disableHealthCheckStatus: false
|
||||
## Returns backend route healthcheck errors
|
||||
|
||||
@@ -16,6 +16,10 @@ gateway:
|
||||
logLevel: info # debug, trace, off
|
||||
accessLog: "/dev/Stdout"
|
||||
errorLog: "/dev/stderr"
|
||||
## Redis connexion for distributed rate limiting, when using multiple instances | It's optional
|
||||
#redis:
|
||||
#addr: redis:6379
|
||||
# password: password
|
||||
## Enable, disable routes health check
|
||||
disableHealthCheckStatus: false
|
||||
## Returns backend route healthcheck errors
|
||||
|
||||
Reference in New Issue
Block a user