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