From 7afddbac2d7fdb1db15953b876d2d943719c86dc Mon Sep 17 00:00:00 2001 From: abearxiong Date: Sun, 22 Mar 2026 03:30:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20Clash=20=E5=92=8C=20Uptime?= =?UTF-8?q?=20Kuma=20=E7=9A=84=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E5=B9=B6=E6=B7=BB=E5=8A=A0=E5=A4=87=E4=BB=BD=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=9B=E6=9B=B4=E6=96=B0=20Traefik=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BB=A5=E5=A2=9E=E5=8A=A0=20HTTP=20=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- k8s/xiongxiao.me/{apps => backup}/clash/clash.yaml | 0 k8s/xiongxiao.me/{apps => backup}/uptime-kuma/app.yml | 0 k8s/xiongxiao.me/{apps => backup}/uptime-kuma/compose.yml | 0 k8s/xiongxiao.me/traefik/traefik-complete.yaml | 4 ++++ 4 files changed, 4 insertions(+) rename k8s/xiongxiao.me/{apps => backup}/clash/clash.yaml (100%) rename k8s/xiongxiao.me/{apps => backup}/uptime-kuma/app.yml (100%) rename k8s/xiongxiao.me/{apps => backup}/uptime-kuma/compose.yml (100%) 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