Louis Lam
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
kubernetes/uptime-kuma/deployment.yml
|
@ -30,6 +30,9 @@ spec: |
|
|
command: |
|
|
command: |
|
|
- node |
|
|
- node |
|
|
- extra/healthcheck.js |
|
|
- extra/healthcheck.js |
|
|
|
|
|
initialDelaySeconds: 180 |
|
|
|
|
|
periodSeconds: 60 |
|
|
|
|
|
timeoutSeconds: 30 |
|
|
readinessProbe: |
|
|
readinessProbe: |
|
|
httpGet: |
|
|
httpGet: |
|
|
path: / |
|
|
path: / |
|
|