Compare commits
3 commits
24a6e07970
...
a56622b782
Author | SHA1 | Date | |
---|---|---|---|
a56622b782 | |||
0ca79bf525 | |||
3d29879f06 |
1 changed files with 8 additions and 2 deletions
|
@ -35,10 +35,16 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/onedr0p/tautulli
|
repository: ghcr.io/tautulli/tautulli
|
||||||
tag: 2.13.4@sha256:633a57b2f8634feb67811064ec3fa52f40a70641be927fdfda6f5d91ebbd5d73
|
tag: v2.13.4@sha256:fb5e22c7a4d9e770703a30d145f355786fecb28dfca6df56c5073c457f3c8a8e
|
||||||
env:
|
env:
|
||||||
TZ: America/Chicago
|
TZ: America/Chicago
|
||||||
|
command: ["/usr/local/bin/python", "Tautulli.py"]
|
||||||
|
args: [
|
||||||
|
"--config", "/config/config.ini",
|
||||||
|
"--datadir", "/config",
|
||||||
|
"--port", "80"
|
||||||
|
]
|
||||||
probes:
|
probes:
|
||||||
liveness: &probes
|
liveness: &probes
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
Loading…
Reference in a new issue