update resources

This commit is contained in:
gilgamezh
2024-07-07 11:55:57 +02:00
parent 6cdd5e7b43
commit 3d4b005708
5 changed files with 42 additions and 3 deletions
+10
View File
@@ -29,3 +29,13 @@ volumeMounts:
subPath: "configs/sonarr"
- name: "plex-data"
mountPath: "/nfs"
resources:
requests:
memory: "500Mi"
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "800Mi"
cpu: "1000m"
ephemeral-storage: "1Gi"