Skip to content

Commit

Permalink
[sqli] Increase db initialization delay 15 ->30 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Mar 14, 2024
1 parent 7f7a115 commit d14fa38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sqli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description: A Helm chart for Kubernetes
type: application
keywords:
- sqli
version: 1.0.7
version: 1.0.8
2 changes: 1 addition & 1 deletion charts/sqli/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:

- name: curl-container
image: curlimages/curl:latest
command: ["sh", "-c", "sleep 15 && curl -k -s http://sqli/sql-connections/setup-db.php && sleep 36000000000"]
command: ["sh", "-c", "sleep 30 && curl -k -s http://sqli/sql-connections/setup-db.php && sleep 36000000000"]
# livenessProbe:
# exec:
# command: ["sh", "-c", "curl -k -s http://sqli/Less-1/?id=12"]
Expand Down

0 comments on commit d14fa38

Please sign in to comment.