From 5a3d31d7622efa2e50a79641ad7324a41bd45f19 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 8 Feb 2022 11:07:27 +0200 Subject: [PATCH] feat(documentserver): Point probes to healthcheck endpoint (#1867) --- charts/stable/onlyoffice-document-server/Chart.yaml | 2 +- charts/stable/onlyoffice-document-server/values.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml index a943328a6b0..997610cd856 100644 --- a/charts/stable/onlyoffice-document-server/Chart.yaml +++ b/charts/stable/onlyoffice-document-server/Chart.yaml @@ -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 diff --git a/charts/stable/onlyoffice-document-server/values.yaml b/charts/stable/onlyoffice-document-server/values.yaml index 7508f6c6084..59dfd6c898d 100644 --- a/charts/stable/onlyoffice-document-server/values.yaml +++ b/charts/stable/onlyoffice-document-server/values.yaml @@ -37,6 +37,14 @@ envValueFrom: name: rediscreds key: url +probes: + liveness: + path: "/healthcheck" + readiness: + path: "/healthcheck" + startup: + path: "/healthcheck" + service: main: ports: