feat(documentserver): Point probes to healthcheck endpoint (#1867)

This commit is contained in:
Stavros Kois
2022-02-08 11:07:27 +02:00
committed by GitHub
parent bf1de76d6c
commit 5a3d31d762
2 changed files with 9 additions and 1 deletions
@@ -30,7 +30,7 @@ sources:
- https://github.com/ONLYOFFICE/DocumentServer
- https://github.com/ONLYOFFICE/Docker-DocumentServer
- https://hub.docker.com/r/onlyoffice/documentserver/
version: 3.1.2
version: 3.1.3
annotations:
truecharts.org/catagories: |
- office
@@ -37,6 +37,14 @@ envValueFrom:
name: rediscreds
key: url
probes:
liveness:
path: "/healthcheck"
readiness:
path: "/healthcheck"
startup:
path: "/healthcheck"
service:
main:
ports: