删除 Clash 和 Uptime Kuma 的配置文件,并添加备份文件;更新 Traefik 配置以增加 HTTP 超时设置
This commit is contained in:
@@ -151,6 +151,10 @@ spec:
|
|||||||
- --providers.kubernetescrd
|
- --providers.kubernetescrd
|
||||||
- --entrypoints.web.address=:80
|
- --entrypoints.web.address=:80
|
||||||
- --entrypoints.websecure.address=:443
|
- --entrypoints.websecure.address=:443
|
||||||
|
# HTTP 超时配置
|
||||||
|
- --entrypoints.websecure.http.timeouts.readIdleTimeout=3600s
|
||||||
|
- --entrypoints.websecure.http.timeouts.writingTimeout=3600s
|
||||||
|
- --entrypoints.websecure.http.timeouts.idleTimeout=3600s
|
||||||
# Let's Encrypt 配置
|
# Let's Encrypt 配置
|
||||||
- --certificatesresolvers.letsencrypt.acme.email=root@xiongxiao.me
|
- --certificatesresolvers.letsencrypt.acme.email=root@xiongxiao.me
|
||||||
- --certificatesresolvers.letsencrypt.acme.storage=/acme/acme.json
|
- --certificatesresolvers.letsencrypt.acme.storage=/acme/acme.json
|
||||||
|
|||||||
Reference in New Issue
Block a user