Skip to content

Commit

Permalink
Change health probe
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdijk committed Jan 2, 2024
1 parent f517987 commit 26ddea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/narrowcast-content/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: /
path: /health
port: http
initialDelaySeconds: 15
periodSeconds: 20
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /
path: /health
port: http
initialDelaySeconds: 15
periodSeconds: 20
Expand Down

0 comments on commit 26ddea0

Please sign in to comment.