Skip to content

Commit

Permalink
Merge pull request #53 from gandazgul/hotfix/seedbox-plex
Browse files Browse the repository at this point in the history
Remove combustion ui and fix plex request/limits on CPU
  • Loading branch information
cybervoid authored Dec 6, 2020
2 parents 96cf7d1 + e8651d4 commit 0239f08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/seedbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ transmission:
value: "1000"
- name: PUID
value: "1000"
- name: TRANSMISSION_WEB_HOME
value: "/combustion-release/"
# - name: TRANSMISSION_WEB_HOME
# value: "/combustion-release/"
- name: TZ
value: "America/New_York"
ingress:
Expand Down
5 changes: 1 addition & 4 deletions helmfile.d/21-plex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ releases:
claimName: yasr-volume
subPath: "configs/plex"
- resources:
limits:
cpu: 4000m
memory: 2Gi
requests:
cpu: 4000m
cpu: 2000m
memory: 2Gi
- values/plex-pictures.yaml

0 comments on commit 0239f08

Please sign in to comment.