fixing limits
This commit is contained in:
parent
10e2814297
commit
51b711e009
2 changed files with 3 additions and 3 deletions
|
@ -29,10 +29,10 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "100m"
|
||||
cpu: "500m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "100m"
|
||||
cpu: "1"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: radarr-config
|
||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
|||
value: America/New_York
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
memory: "2Gi"
|
||||
cpu: "1"
|
||||
limits:
|
||||
memory: "4Gi"
|
||||
|
|
Loading…
Reference in a new issue