diff --git a/charts/sqli/Chart.yaml b/charts/sqli/Chart.yaml index 4632707..f943b2c 100644 --- a/charts/sqli/Chart.yaml +++ b/charts/sqli/Chart.yaml @@ -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 diff --git a/charts/sqli/templates/deployment.yaml b/charts/sqli/templates/deployment.yaml index 41295b9..f35be24 100644 --- a/charts/sqli/templates/deployment.yaml +++ b/charts/sqli/templates/deployment.yaml @@ -64,10 +64,10 @@ spec: resources: requests: cpu: 100m - memory: 512Mi + memory: 256Mi limits: cpu: 500m - memory: 2048Mi + memory: 1024Mi livenessProbe: httpGet: path: / @@ -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