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