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/DocumentServer
|
||||||
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
- https://github.com/ONLYOFFICE/Docker-DocumentServer
|
||||||
- https://hub.docker.com/r/onlyoffice/documentserver/
|
- https://hub.docker.com/r/onlyoffice/documentserver/
|
||||||
version: 3.1.2
|
version: 3.1.3
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- office
|
- office
|
||||||
|
|||||||
@@ -37,6 +37,14 @@ envValueFrom:
|
|||||||
name: rediscreds
|
name: rediscreds
|
||||||
key: url
|
key: url
|
||||||
|
|
||||||
|
probes:
|
||||||
|
liveness:
|
||||||
|
path: "/healthcheck"
|
||||||
|
readiness:
|
||||||
|
path: "/healthcheck"
|
||||||
|
startup:
|
||||||
|
path: "/healthcheck"
|
||||||
|
|
||||||
service:
|
service:
|
||||||
main:
|
main:
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user