From b2701a84358efd26cbd584d6240656d8fa134a3d Mon Sep 17 00:00:00 2001 From: ab Date: Thu, 6 Nov 2025 23:48:22 +0000 Subject: [PATCH] Update k8s/apps/tg-bots/desubot.yaml --- k8s/apps/tg-bots/desubot.yaml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/k8s/apps/tg-bots/desubot.yaml b/k8s/apps/tg-bots/desubot.yaml index b24c6b0..23eaac3 100644 --- a/k8s/apps/tg-bots/desubot.yaml +++ b/k8s/apps/tg-bots/desubot.yaml @@ -20,7 +20,7 @@ spec: app: desubot spec: nodeSelector: - kubernetes.io/hostname: master.tail2fe2d.ts.net + kubernetes.io/hostname: home.homenet containers: - name: desubot image: 'ultradesu/desubot:latest' @@ -31,6 +31,12 @@ spec: env: - name: RUST_LOG value: "info" - - - + volumeMounts: + - mountPath: /desubot + name: upload-storage + volumes: + - name: upload-storage + nfs: + server: nas.homenet + path: /mnt/storage/Storage/k8s/desubot/ + readOnly: false \ No newline at end of file