This commit is contained in:
2024-05-22 22:05:34 +02:00
30 changed files with 337 additions and 142 deletions

View File

@ -6,6 +6,7 @@ metadata:
name: paperless-webserver
spec:
replicas: 1
revisionHistoryLimit: 1
selector:
matchLabels:
app: paperless-webserver
@ -46,10 +47,7 @@ spec:
- name: http
containerPort: 8000
protocol: TCP
resources:
limits:
cpu: "0.2"
memory: "2G"
resources: {}
volumeMounts:
- mountPath: /usr/src/paperless/data
name: paperless-pvc
@ -98,10 +96,7 @@ spec:
ports:
- containerPort: 6379
protocol: TCP
resources:
limits:
cpu: "0.1"
memory: "250M"
resources: {}
restartPolicy: Always
volumes:
- name: paperless-pvc