Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…myprecious
  • Loading branch information
funkypenguin authored Dec 19, 2024
2 parents deeffa8 + 7aa1c1d commit dfccbd4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions charts/myprecious/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2321,7 +2321,7 @@ radarr: &app_radarr
cpu: 1m
memory: 500Mi
limits:
cpu: 900m
cpu: 1.5
memory: 2Gi

radarr4k: &app_radarr4k
Expand Down Expand Up @@ -2433,8 +2433,8 @@ radarr4k: &app_radarr4k
cpu: 1m
memory: 500Mi
limits:
cpu: 900m
memory: 1Gi
cpu: 1.5
memory: 2Gi


ombi:
Expand Down Expand Up @@ -3948,8 +3948,8 @@ sonarr: &app_sonarr
cpu: 1m
memory: 600Mi
limits:
cpu: 1
memory: 1Gi
cpu: 1.5
memory: 2Gi

sonarr4k: &app_sonarr4k
enabled: false
Expand Down Expand Up @@ -4058,8 +4058,8 @@ sonarr4k: &app_sonarr4k
cpu: 1m
memory: 256Mi
limits:
cpu: 1
memory: 1Gi
cpu: 1.5
memory: 2Gi

resiliosync:
service:
Expand Down Expand Up @@ -11199,7 +11199,8 @@ tinyproxy:
http:
port: 8888
env:
WAIT_FOR_VPN: "true"
WAIT_FOR_VPN: "true"
initContainers:
setup-warp:
image: *tooling_image
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit dfccbd4

Please sign in to comment.