Skip to content

Commit

Permalink
[sqli] Decrease requests and limits
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic authored and rielas committed Mar 13, 2024
1 parent ae27679 commit 433e387
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/sqli/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: application
# Versions are expected to follow Semantic Versioning (https://semver.org/)
keywords:
- sqli
version: 1.0.4
version: 1.0.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
10 changes: 5 additions & 5 deletions charts/sqli/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 512Mi
memory: 256Mi
limits:
cpu: 500m
memory: 2048Mi
memory: 1024Mi
livenessProbe:
httpGet:
path: /
Expand All @@ -91,11 +91,11 @@ spec:
value: "euiti2019"
resources:
requests:
cpu: 250m
cpu: 50m
memory: 128Mi
limits:
cpu: 500m
memory: 1024Mi
cpu: 250m
memory: 512Mi
livenessProbe:
tcpSocket:
port: 3306
Expand Down

0 comments on commit 433e387

Please sign in to comment.