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