Undo changes to qbit and mylar3
This commit is contained in:
parent
01c1436b8f
commit
8e4c33fbce
|
@ -76,6 +76,6 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 1m
|
cpu: 1m
|
||||||
memory: 60Mi
|
memory: 80Mi
|
||||||
limits:
|
limits:
|
||||||
memory: 1500Mi
|
memory: 1500Mi
|
|
@ -16,8 +16,8 @@ spec:
|
||||||
|
|
||||||
values:
|
values:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/qbittorrent
|
repository: lscr.io/linuxserver/qbittorrent
|
||||||
tag: rolling
|
tag: latest
|
||||||
|
|
||||||
# Metrics sidecar
|
# Metrics sidecar
|
||||||
sidecars:
|
sidecars:
|
||||||
|
@ -36,12 +36,6 @@ spec:
|
||||||
add:
|
add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
|
|
||||||
runAsNonRoot: true
|
|
||||||
runAsUser: 10000
|
|
||||||
runAsGroup: 10000
|
|
||||||
fsGroup: 10000
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
|
|
||||||
metrics:
|
metrics:
|
||||||
image: caseyscarborough/qbittorrent-exporter:latest
|
image: caseyscarborough/qbittorrent-exporter:latest
|
||||||
env:
|
env:
|
||||||
|
@ -53,7 +47,9 @@ spec:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
QBITTORRENT__PORT: "8080"
|
PGID: "10000"
|
||||||
|
PUID: "10000"
|
||||||
|
WEBUI_PORT: "8080"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
|
@ -98,16 +94,9 @@ spec:
|
||||||
hostPath: /mnt/MainPool/Kubernetes/qbittorrent
|
hostPath: /mnt/MainPool/Kubernetes/qbittorrent
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
|
|
||||||
podSecurityContext:
|
resources:
|
||||||
runAsNonRoot: true
|
requests:
|
||||||
runAsUser: 10000
|
cpu: 10m
|
||||||
runAsGroup: 10000
|
memory: 250Mi
|
||||||
fsGroup: 10000
|
limits:
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
memory: 6000Mi
|
||||||
|
|
||||||
# resources:
|
|
||||||
# requests:
|
|
||||||
# cpu: 2m
|
|
||||||
# memory: 150Mi
|
|
||||||
# limits:
|
|
||||||
# memory: 500Mi
|
|
Loading…
Reference in New Issue