changing resources
This commit is contained in:
parent
4a1bb2b273
commit
7076310d3a
5 changed files with 18 additions and 18 deletions
|
@ -28,11 +28,11 @@ spec:
|
||||||
value: America/New_York
|
value: America/New_York
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "500Mi"
|
memory: "256Mi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "750Mi"
|
||||||
cpu: "1"
|
cpu: "750m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: prowlarr-config
|
name: prowlarr-config
|
||||||
|
|
|
@ -51,11 +51,11 @@ spec:
|
||||||
value: "false"
|
value: "false"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "256Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "512Gi"
|
||||||
cpu: "100m"
|
cpu: "200m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: qbitty-config
|
name: qbitty-config
|
||||||
|
|
|
@ -28,11 +28,11 @@ spec:
|
||||||
value: America/New_York
|
value: America/New_York
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "256Mi"
|
||||||
cpu: "500m"
|
cpu: "300m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "750Mi"
|
||||||
cpu: "1"
|
cpu: "500"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: radarr-config
|
name: radarr-config
|
||||||
|
|
|
@ -28,11 +28,11 @@ spec:
|
||||||
value: America/New_York
|
value: America/New_York
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "2Gi"
|
memory: "512Mi"
|
||||||
cpu: "1"
|
cpu: "500m"
|
||||||
limits:
|
limits:
|
||||||
memory: "4Gi"
|
memory: "750Mi"
|
||||||
cpu: "4"
|
cpu: "750m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: sabnzbd-config
|
name: sabnzbd-config
|
||||||
|
|
|
@ -28,11 +28,11 @@ spec:
|
||||||
value: America/New_York
|
value: America/New_York
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "256Mi"
|
||||||
cpu: "1"
|
cpu: "300m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "750Mi"
|
||||||
cpu: "4"
|
cpu: "500"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: sonarr-config
|
name: sonarr-config
|
||||||
|
|
Loading…
Reference in a new issue