Update k8s/apps/tg-bots/desubot.yaml
Some checks failed
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 12s
Check with kubeconform / lint (push) Has been cancelled

This commit is contained in:
ab
2025-11-06 23:48:22 +00:00
parent df39182fea
commit b2701a8435

View File

@@ -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