Skip to content

Commit

Permalink
481 nachet model liveness probe
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Nov 20, 2024
1 parent 13e0204 commit eb58379
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
mountPath: /tmp
livenessProbe:
httpGet:
path: /score
path: /
port: 5001
initialDelaySeconds: 60
periodSeconds: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
mountPath: /tmp
livenessProbe:
httpGet:
path: /score
path: /
port: 5001
initialDelaySeconds: 60
periodSeconds: 10
Expand Down

0 comments on commit eb58379

Please sign in to comment.