Skip to content

Commit

Permalink
[bc] Updating liveness and startup probe to check /
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Sep 24, 2024
1 parent 5fe0aa3 commit 730f490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/brokencrystals/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 730f490

Please sign in to comment.