Update cluster/apps/production/radarr/radarr.yaml

This commit is contained in:
Matt Reeves 2024-07-06 12:29:46 -04:00
parent 159cdc52f8
commit cefaef7cb9

View file

@ -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