From 730f4900508a3dab058699dbe0c1950876a82c82 Mon Sep 17 00:00:00 2001 From: Denan Musinovic Date: Tue, 24 Sep 2024 14:48:36 +0200 Subject: [PATCH] [bc] Updating liveness and startup probe to check / --- charts/brokencrystals/Chart.yaml | 2 +- charts/brokencrystals/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/brokencrystals/Chart.yaml b/charts/brokencrystals/Chart.yaml index 8666424..bff6752 100644 --- a/charts/brokencrystals/Chart.yaml +++ b/charts/brokencrystals/Chart.yaml @@ -4,7 +4,7 @@ description: | Benchmark application that uses modern technologies and implements a set of common security vulnerabilities type: application -version: 0.0.88 +version: 0.0.89 icon: https://raw.githubusercontent.com/NeuraLegion/brokencrystals/stable/public/public/assets/img/logo.png keywords: - brokencrystals diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index 8b9944d..f06287e 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -175,14 +175,14 @@ spec: memory: 15G livenessProbe: httpGet: - path: /api/config + path: / port: 3000 scheme: HTTP initialDelaySeconds: 120 periodSeconds: 30 startupProbe: httpGet: - path: /api/config + path: / port: 3000 scheme: HTTP failureThreshold: 120