Update k8s/apps/tg-bots/desubot.yaml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user