mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-18 23:17:42 +00:00
perf: 更新 web 变量说明
This commit is contained in:
parent
a0f591cdb4
commit
9baec0e588
@ -834,7 +834,11 @@ web:
|
||||
|
||||
env: []
|
||||
# nginx client_max_body_size, default 4G
|
||||
# CLIENT_MAX_BODY_SIZE: 4096m
|
||||
CLIENT_MAX_BODY_SIZE: 4096m
|
||||
## See: https://github.com/jumpserver/docker-web/blob/master/init.sh#L37
|
||||
# USE_LB: 1, then nginx use 'proxy_set_header X-Forwarded-For $remote_addr'
|
||||
# USE_LB: 0, then nginx use 'proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for'
|
||||
USE_LB: 0
|
||||
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 10
|
||||
|
Loading…
Reference in New Issue
Block a user