removed pprless res limits
This commit is contained in:
@ -20,10 +20,7 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- image: docker.io/library/postgres:13
|
- image: docker.io/library/postgres:13
|
||||||
name: paperless-db
|
name: paperless-db
|
||||||
resources:
|
resources: {}
|
||||||
limits:
|
|
||||||
cpu: "0.2"
|
|
||||||
memory: "1G"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
name: paperless-pvc
|
name: paperless-pvc
|
||||||
@ -50,10 +47,7 @@ spec:
|
|||||||
- name: http
|
- name: http
|
||||||
containerPort: 8000
|
containerPort: 8000
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources: {}
|
||||||
limits:
|
|
||||||
cpu: "0.2"
|
|
||||||
memory: "2G"
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/src/paperless/data
|
- mountPath: /usr/src/paperless/data
|
||||||
name: paperless-pvc
|
name: paperless-pvc
|
||||||
@ -102,10 +96,7 @@ spec:
|
|||||||
ports:
|
ports:
|
||||||
- containerPort: 6379
|
- containerPort: 6379
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
resources: {}
|
||||||
limits:
|
|
||||||
cpu: "0.1"
|
|
||||||
memory: "250M"
|
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
volumes:
|
volumes:
|
||||||
- name: paperless-pvc
|
- name: paperless-pvc
|
||||||
|
Reference in New Issue
Block a user