helm-charts/charts/other/app-template/ci/promtail-values.yaml
2022-08-08 15:05:46 +02:00

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