This commit is contained in:
@ -42,7 +42,7 @@ spec:
|
|||||||
name: localtime
|
name: localtime
|
||||||
readOnly: true
|
readOnly: true
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
kubernetes.io/hostname: nas.homenet
|
||||||
volumes:
|
volumes:
|
||||||
- name: upload-storage
|
- name: upload-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
@ -79,7 +79,7 @@ spec:
|
|||||||
- mountPath: /cache
|
- mountPath: /cache
|
||||||
name: model-cache
|
name: model-cache
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
kubernetes.io/hostname: nas.homenet
|
||||||
volumes:
|
volumes:
|
||||||
- name: model-cache
|
- name: model-cache
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
@ -105,7 +105,7 @@ spec:
|
|||||||
exec:
|
exec:
|
||||||
command: ["redis-cli", "ping"]
|
command: ["redis-cli", "ping"]
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
kubernetes.io/hostname: nas.homenet
|
||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
@ -158,7 +158,7 @@ spec:
|
|||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
name: db-storage
|
name: db-storage
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
kubernetes.io/hostname: nas.homenet
|
||||||
volumes:
|
volumes:
|
||||||
- name: db-storage
|
- name: db-storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
@ -10,7 +10,7 @@ initContainers:
|
|||||||
- name: tessdata
|
- name: tessdata
|
||||||
mountPath: /custom-tessdata
|
mountPath: /custom-tessdata
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
kubernetes.io/hostname: nas.homenet
|
||||||
env:
|
env:
|
||||||
TZ: Asia/Nicosia
|
TZ: Asia/Nicosia
|
||||||
PAPERLESS_URL: https://docs.hexor.cy
|
PAPERLESS_URL: https://docs.hexor.cy
|
||||||
|
@ -20,7 +20,7 @@ spec:
|
|||||||
app: psql-nas
|
app: psql-nas
|
||||||
spec:
|
spec:
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/hostname: nas.tail2fe2d.ts.net
|
kubernetes.io/hostname: nas.homenet
|
||||||
volumes:
|
volumes:
|
||||||
- name: storage
|
- name: storage
|
||||||
hostPath:
|
hostPath:
|
||||||
|
Reference in New Issue
Block a user