mirror of
https://github.com/jumpserver/helm-charts.git
synced 2025-08-19 07:27:29 +00:00
perf: 更新 web 变量说明
This commit is contained in:
parent
a0f591cdb4
commit
26d57409ad
@ -832,9 +832,13 @@ web:
|
|||||||
|
|
||||||
command: []
|
command: []
|
||||||
|
|
||||||
env: []
|
env:
|
||||||
# nginx client_max_body_size, default 4G
|
# 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:
|
livenessProbe:
|
||||||
initialDelaySeconds: 10
|
initialDelaySeconds: 10
|
||||||
|
Loading…
Reference in New Issue
Block a user