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