mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-04 17:07:04 +02:00
29 lines
530 B
YAML
29 lines
530 B
YAML
image:
|
|
repository: ghcr.io/k8s-at-home/qbittorrent
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
http:
|
|
port: 8080
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
emptyDir:
|
|
enabled: true
|
|
mountPath: /config
|
|
|
|
addons:
|
|
promtail:
|
|
enabled: true
|
|
loki: http://loki.monitoring.svc.cluster.local:3100/loki/api/v1/push
|
|
logs:
|
|
- name: qbittorrent
|
|
path: /config/data/qBittorrent/logs/*.log
|
|
volumeMounts:
|
|
- name: config
|
|
mountPath: /config
|
|
readOnly: true
|