Skip to content

Commit

Permalink
[unstable-chart] Commenting out liveness probe on nodejs container fo…
Browse files Browse the repository at this point in the history
…r testing purposes
  • Loading branch information
Denan Musinovic committed Jun 13, 2024
1 parent 2c79784 commit ff6fa7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.73
version: 0.0.74
keywords:
- brokencrystals
- brkn
14 changes: 7 additions & 7 deletions charts/brokencrystals/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,13 +174,13 @@ spec:
memory: 1024Mi
limits:
memory: 15G
livenessProbe:
httpGet:
path: /api/config
port: 3000
scheme: HTTP
initialDelaySeconds: 120
periodSeconds: 30
# livenessProbe:
# httpGet:
# path: /api/config
# port: 3000
# scheme: HTTP
# initialDelaySeconds: 120
# periodSeconds: 30

- name: mailcatcher
image: sj26/mailcatcher
Expand Down

0 comments on commit ff6fa7a

Please sign in to comment.