mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: sonarr 2Gi limits
This commit is contained in:
@@ -85,7 +85,7 @@ spec:
|
|||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 256M
|
memory: 256M
|
||||||
limits:
|
limits:
|
||||||
memory: 1Gi
|
memory: 2Gi
|
||||||
service:
|
service:
|
||||||
app:
|
app:
|
||||||
controller: *app
|
controller: *app
|
||||||
@@ -134,7 +134,7 @@ spec:
|
|||||||
scripts:
|
scripts:
|
||||||
type: configMap
|
type: configMap
|
||||||
name: sonarr-pushover
|
name: sonarr-pushover
|
||||||
defaultMode: 0775
|
defaultMode: "0775"
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- path: /scripts/pushover-notify.sh
|
- path: /scripts/pushover-notify.sh
|
||||||
subPath: pushover-notify.sh
|
subPath: pushover-notify.sh
|
||||||
|
Reference in New Issue
Block a user