Skip to content

Commit

Permalink
test liveness probes again on prowlarr
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfoil committed Feb 29, 2024
1 parent 39f54c7 commit 2641831
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions kubernetes/apps/media/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,18 @@ spec:
PROWLARR__THEME: dark
TZ: "America/Denver"
probes:
liveness:
enabled: false
readiness:
enabled: false
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /ping
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
securityContext:
Expand Down

0 comments on commit 2641831

Please sign in to comment.