Update cluster/apps/production/radarr/radarr.yaml
This commit is contained in:
parent
159cdc52f8
commit
cefaef7cb9
1 changed files with 4 additions and 4 deletions
|
@ -28,11 +28,11 @@ spec:
|
|||
value: America/New_York
|
||||
resources:
|
||||
requests:
|
||||
memory: "512Mi"
|
||||
cpu: "1"
|
||||
memory: "128Mi"
|
||||
cpu: "10m"
|
||||
limits:
|
||||
memory: "1Gi"
|
||||
cpu: "1"
|
||||
memory: "512Mi"
|
||||
cpu: "10m"
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: radarr-config
|
||||
|
|
Loading…
Reference in a new issue