Replace onedr0p image with tautulli.

This commit is contained in:
Joseph Hanson 2024-04-14 14:01:06 -05:00
parent e23525bcbc
commit 3d29879f06
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -35,10 +35,16 @@ spec:
containers:
app:
image:
repository: ghcr.io/onedr0p/tautulli
tag: 2.13.4@sha256:809bccf944ee56c33af99993841e797e18dc85243639788de3c9d668c291b215
repository: ghcr.io/tautulli/tautulli
tag: v2.13.4@sha256:fb5e22c7a4d9e770703a30d145f355786fecb28dfca6df56c5073c457f3c8a8e
env:
TZ: America/Chicago
command: ["/usr/local/bin/python", "Tautulli.py"]
args: [
"--config", "/config/config.ini",
"--datadir", "/config",
"--port", "80"
]
probes:
liveness: &probes
enabled: true