Renamed nas

This commit is contained in:
Ultradesu
2025-04-16 16:46:02 +03:00
parent 763ccbd44d
commit 8bab80b59d
3 changed files with 6 additions and 6 deletions

View File

@ -42,7 +42,7 @@ spec:
name: localtime
readOnly: true
nodeSelector:
kubernetes.io/hostname: nas.tail2fe2d.ts.net
kubernetes.io/hostname: nas.homenet
volumes:
- name: upload-storage
persistentVolumeClaim:
@ -79,7 +79,7 @@ spec:
- mountPath: /cache
name: model-cache
nodeSelector:
kubernetes.io/hostname: nas.tail2fe2d.ts.net
kubernetes.io/hostname: nas.homenet
volumes:
- name: model-cache
emptyDir: {}
@ -105,7 +105,7 @@ spec:
exec:
command: ["redis-cli", "ping"]
nodeSelector:
kubernetes.io/hostname: nas.tail2fe2d.ts.net
kubernetes.io/hostname: nas.homenet
---
apiVersion: apps/v1
kind: Deployment
@ -158,7 +158,7 @@ spec:
- mountPath: /var/lib/postgresql/data
name: db-storage
nodeSelector:
kubernetes.io/hostname: nas.tail2fe2d.ts.net
kubernetes.io/hostname: nas.homenet
volumes:
- name: db-storage
persistentVolumeClaim: