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
|
value: America/New_York
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "512Mi"
|
memory: "128Mi"
|
||||||
cpu: "1"
|
cpu: "10m"
|
||||||
limits:
|
limits:
|
||||||
memory: "1Gi"
|
memory: "512Mi"
|
||||||
cpu: "1"
|
cpu: "10m"
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /config
|
- mountPath: /config
|
||||||
name: radarr-config
|
name: radarr-config
|
||||||
|
|
Loading…
Reference in a new issue