This commit is contained in:
@ -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:
|
||||
|
@ -10,7 +10,7 @@ initContainers:
|
||||
- name: tessdata
|
||||
mountPath: /custom-tessdata
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
env:
|
||||
TZ: Asia/Nicosia
|
||||
PAPERLESS_URL: https://docs.hexor.cy
|
||||
|
@ -20,7 +20,7 @@ spec:
|
||||
app: psql-nas
|
||||
spec:
|
||||
nodeSelector:
|
||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
||||
kubernetes.io/hostname: nas.homenet
|
||||
volumes:
|
||||
- name: storage
|
||||
hostPath:
|
||||
|
Reference in New Issue
Block a user