mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-21 09:56:30 +00:00
Point the livenessProbe at /repo/github/deps-rs/deps.rs (#172)
This commit is contained in:
parent
a7e89ed183
commit
2aa03ff391
1 changed files with 6 additions and 0 deletions
|
@ -30,3 +30,9 @@ spec:
|
|||
httpGet:
|
||||
path: /
|
||||
port: 8080
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /repo/github/deps-rs/deps.rs
|
||||
port: 8080
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 10
|
||||
|
|
Loading…
Reference in a new issue