Skip to content

Commit

Permalink
Merge pull request #108 from jgilfoil/feature/ready-media
Browse files Browse the repository at this point in the history
fix prowlarr health check
  • Loading branch information
jgilfoil authored Feb 29, 2024
2 parents eb53b6f + 55ed23c commit b9fe3a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/prowlarr/app/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ConfigMap
metadata:
name: health-check
data:
health-check.sh: |
health_check.sh: |
#!/bin/sh
response=$(wget -q -O- http://localhost/ping | jq -r '.status')
if [ "$response" != "OK" ]; then
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
TZ: "America/Denver"
probes:
liveness: &probes
enabled: false
enabled: true
custom: true
spec:
exec:
Expand Down

0 comments on commit b9fe3a0

Please sign in to comment.