fix: sonarr memory limits

This commit is contained in:
auricom
2024-06-11 20:11:03 +02:00
parent 627581c837
commit bb6c078fb8

View File

@@ -85,7 +85,7 @@ spec:
cpu: 10m cpu: 10m
memory: 256M memory: 256M
limits: limits:
memory: 2Gi memory: 4Gi
service: service:
app: app:
controller: *app controller: *app