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