Skip to content

Commit

Permalink
feat: use upstream tautulli image
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Apr 14, 2024
1 parent 59dcefb commit 839450a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions kubernetes/main/apps/default/tautulli/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,24 @@ 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/New_York
command: ["/usr/local/bin/python", "Tautulli.py"]
args: [
"--config", "/config/config.ini",
"--datadir", "/config",
"--port", "80"
]
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /status
port: &port 8181
port: &port 80
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
Expand Down

0 comments on commit 839450a

Please sign in to comment.