mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
27 lines
371 B
YAML
27 lines
371 B
YAML
image:
|
|
repository: ghcr.io/onedr0p/tautulli
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.13.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
tautulliConfig:
|
|
additionalEnvs: []
|
|
|
|
tautulliNetwork:
|
|
webPort: 30047
|
|
hostNetwork: false
|
|
|
|
tautulliRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
tautulliStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
additionalStorages: []
|