mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Update home-apps
This commit is contained in:
@@ -93,10 +93,10 @@ spec:
|
|||||||
mountPath: "/opt/adguardhome/work"
|
mountPath: "/opt/adguardhome/work"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 300m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 400m
|
cpu: 600m
|
||||||
memory: 1Gi
|
memory: 1Gi
|
||||||
volumes:
|
volumes:
|
||||||
- name: configs
|
- name: configs
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 300m
|
cpu: 300m
|
||||||
memory: 1Gi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
|
|||||||
@@ -52,11 +52,11 @@ spec:
|
|||||||
mountPath: /home/nonroot
|
mountPath: /home/nonroot
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 300m
|
cpu: 100m
|
||||||
memory: 500Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 300m
|
||||||
memory: 1Gi
|
memory: 512Mi
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|||||||
+2
-2
@@ -37,9 +37,9 @@ spec:
|
|||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: "1"
|
cpu: "1"
|
||||||
memory: "500Mi"
|
memory: "600Mi"
|
||||||
requests:
|
requests:
|
||||||
cpu: "0.5"
|
cpu: "0.4"
|
||||||
memory: "300Mi"
|
memory: "300Mi"
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user