feat(documentserver): Point probes to healthcheck endpoint (#1867)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user