From b61cc82f4fdbda949732fe10120ccb1b905cbba4 Mon Sep 17 00:00:00 2001 From: Goncharenko Alexander Date: Wed, 14 Aug 2024 13:44:19 +0300 Subject: [PATCH] fix --- charts/brokencrystals/Chart.yaml | 2 +- charts/brokencrystals/templates/deployment.yaml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/charts/brokencrystals/Chart.yaml b/charts/brokencrystals/Chart.yaml index 27755f53..68af30a1 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.80 +version: 0.0.81 keywords: - brokencrystals - brkn diff --git a/charts/brokencrystals/templates/deployment.yaml b/charts/brokencrystals/templates/deployment.yaml index a7f098d7..2157be8c 100644 --- a/charts/brokencrystals/templates/deployment.yaml +++ b/charts/brokencrystals/templates/deployment.yaml @@ -177,13 +177,6 @@ spec: scheme: HTTP initialDelaySeconds: 120 periodSeconds: 30 - startupProbe: - httpGet: - path: /api/config - port: 3000 - scheme: HTTP - failureThreshold: 120 - periodSeconds: 10 - name: mailcatcher image: sj26/mailcatcher