docs: update Kubernetes deployment

This commit is contained in:
Jonas Kaninda
2024-12-01 19:31:33 +01:00
parent 922282fec9
commit 015906b009
6 changed files with 89 additions and 10 deletions

View File

@@ -13,15 +13,13 @@ data:
readTimeout: 15
# Proxy idle timeout
idleTimeout: 30
## SSL Certificate file
sslCertFile: '' #cert.pem
## SSL Private Key file
sslKeyFile: ''#key.pem
## TLS Certificate file
tlsCertFile: '' #cert.pem
## TLS Private Key file
tlsKeyFile: ''#key.pem
# Proxy rate limit, it's In-Memory IP based
rateLimit: 0
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