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
+2 -2
View File
@@ -1,7 +1,8 @@
---
image:
repository: ghcr.io/flaresolverr/flaresolverr
pullPolicy: IfNotPresent
tag: latest
tag: v3.3.21
env:
TZ: UTC
@@ -17,4 +18,3 @@ ingress:
# @default -- See values.yaml
main:
enabled: false
+10
View File
@@ -3,6 +3,16 @@ primary:
existingClaim: "postgres"
nodeSelector:
kubernetes.io/hostname: "turing3"
resources:
requests:
memory: "2Gi"
cpu: "2"
ephemeral-storage: "50Mi"
limits:
memory: "3Gi"
cpu: "2"
ephemeral-storage: "1Gi"
auth:
postgresPassword: "clavedatabase"
+10 -1
View File
@@ -21,7 +21,16 @@ service:
type: ClusterIP
port: 9696
resources: {}
resources:
requests:
memory: "500Mi"
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "800Mi"
cpu: "1000m"
ephemeral-storage: "1Gi"
nodeSelector: {}
+10
View File
@@ -29,3 +29,13 @@ volumeMounts:
subPath: "configs/radarr"
- name: "plex-data"
mountPath: "/nfs"
resources:
requests:
memory: "500Mi"
cpu: "500m"
ephemeral-storage: "50Mi"
limits:
memory: "800Mi"
cpu: "1000m"
ephemeral-storage: "1Gi"
+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"