update resources
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
@@ -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: {}
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user