fix: sonarr 2Gi limits

This commit is contained in:
auricom
2024-05-21 10:58:34 +02:00
parent 998a9fcd8f
commit ae63b9ade7

View File

@@ -85,7 +85,7 @@ spec:
cpu: 10m
memory: 256M
limits:
memory: 1Gi
memory: 2Gi
service:
app:
controller: *app
@@ -134,7 +134,7 @@ spec:
scripts:
type: configMap
name: sonarr-pushover
defaultMode: 0775
defaultMode: "0775"
globalMounts:
- path: /scripts/pushover-notify.sh
subPath: pushover-notify.sh