Point the livenessProbe at /repo/github/deps-rs/deps.rs (#172)

This commit is contained in:
Paolo Barbolini 2022-10-31 10:27:45 +01:00 committed by GitHub
parent a7e89ed183
commit 2aa03ff391
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,3 +30,9 @@ spec:
httpGet: httpGet:
path: / path: /
port: 8080 port: 8080
livenessProbe:
httpGet:
path: /repo/github/deps-rs/deps.rs
port: 8080
initialDelaySeconds: 60
periodSeconds: 10