diff --git a/k8s/xiongxiao.me/apps/clash/clash.yaml b/k8s/xiongxiao.me/backup/clash/clash.yaml similarity index 100% rename from k8s/xiongxiao.me/apps/clash/clash.yaml rename to k8s/xiongxiao.me/backup/clash/clash.yaml diff --git a/k8s/xiongxiao.me/apps/uptime-kuma/app.yml b/k8s/xiongxiao.me/backup/uptime-kuma/app.yml similarity index 100% rename from k8s/xiongxiao.me/apps/uptime-kuma/app.yml rename to k8s/xiongxiao.me/backup/uptime-kuma/app.yml diff --git a/k8s/xiongxiao.me/apps/uptime-kuma/compose.yml b/k8s/xiongxiao.me/backup/uptime-kuma/compose.yml similarity index 100% rename from k8s/xiongxiao.me/apps/uptime-kuma/compose.yml rename to k8s/xiongxiao.me/backup/uptime-kuma/compose.yml diff --git a/k8s/xiongxiao.me/traefik/traefik-complete.yaml b/k8s/xiongxiao.me/traefik/traefik-complete.yaml index f2723b6..24bc89f 100644 --- a/k8s/xiongxiao.me/traefik/traefik-complete.yaml +++ b/k8s/xiongxiao.me/traefik/traefik-complete.yaml @@ -151,6 +151,10 @@ spec: - --providers.kubernetescrd - --entrypoints.web.address=:80 - --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 配置 - --certificatesresolvers.letsencrypt.acme.email=root@xiongxiao.me - --certificatesresolvers.letsencrypt.acme.storage=/acme/acme.json