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
|
||||
resources:
|
||||
requests:
|
||||
memory: "500Mi"
|
||||
memory: "256Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "1"
|
||||
memory: "750Mi"
|
||||
cpu: "750m"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: prowlarr-config
|
||||
|
|
|
@ -51,11 +51,11 @@ spec:
|
|||
value: "false"
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "256Mi"
|
||||
cpu: "100m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "100m"
|
||||
memory: "512Gi"
|
||||
cpu: "200m"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: qbitty-config
|
||||
|
|
|
@ -28,11 +28,11 @@ spec:
|
|||
value: America/New_York
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
memory: "256Mi"
|
||||
cpu: "300m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "1"
|
||||
memory: "750Mi"
|
||||
cpu: "500"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: radarr-config
|
||||
|
|
|
@ -28,11 +28,11 @@ spec:
|
|||
value: America/New_York
|
||||
resources:
|
||||
requests:
|
||||
memory: "2Gi"
|
||||
cpu: "1"
|
||||
memory: "512Mi"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
cpu: "4"
|
||||
memory: "750Mi"
|
||||
cpu: "750m"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: sabnzbd-config
|
||||
|
|
|
@ -28,11 +28,11 @@ spec:
|
|||
value: America/New_York
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "1"
|
||||
memory: "256Mi"
|
||||
cpu: "300m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "4"
|
||||
memory: "750Mi"
|
||||
cpu: "500"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: sonarr-config
|
||||
|
|
Loading…
Reference in a new issue