From b51673c8201cfcd6c4a2295cd4e405b2478104f8 Mon Sep 17 00:00:00 2001 From: Christophe Haen Date: Wed, 18 Oct 2023 03:12:20 +0200 Subject: [PATCH] Restore health test for diracx-demo container --- diracx/templates/deployment.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/diracx/templates/deployment.yaml b/diracx/templates/deployment.yaml index 834420e..8668a5b 100644 --- a/diracx/templates/deployment.yaml +++ b/diracx/templates/deployment.yaml @@ -96,14 +96,14 @@ spec: - name: http containerPort: {{ .Values.diracx.service.port }} protocol: TCP - # livenessProbe: - # httpGet: - # path: /api/docs/ - # port: http - # readinessProbe: - # httpGet: - # path: /api/docs/ - # port: http + livenessProbe: + httpGet: + path: /api/docs/ + port: http + readinessProbe: + httpGet: + path: /api/docs/ + port: http command: ["bash", "/entrypoint.sh"] args: - uvicorn