removed pprless res limits
This commit is contained in:
parent
205a37741e
commit
d2abfcb983
@ -20,10 +20,7 @@ spec:
|
||||
containers:
|
||||
- image: docker.io/library/postgres:13
|
||||
name: paperless-db
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.2"
|
||||
memory: "1G"
|
||||
resources: {}
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/postgresql/data
|
||||
name: paperless-pvc
|
||||
@ -50,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
|
||||
@ -102,10 +96,7 @@ spec:
|
||||
ports:
|
||||
- containerPort: 6379
|
||||
protocol: TCP
|
||||
resources:
|
||||
limits:
|
||||
cpu: "0.1"
|
||||
memory: "250M"
|
||||
resources: {}
|
||||
restartPolicy: Always
|
||||
volumes:
|
||||
- name: paperless-pvc
|
||||
|
Loading…
x
Reference in New Issue
Block a user