Skip to content

Commit

Permalink
[sqli] Increase CPU requests
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Mar 13, 2024
1 parent 433e387 commit 79b84dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 25 deletions.
21 changes: 1 addition & 20 deletions charts/sqli/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
apiVersion: v2
name: sqli
description: A Helm chart for Kubernetes

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
keywords:
- sqli
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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0"
version: 1.0.6
2 changes: 1 addition & 1 deletion charts/sqli/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ data:
[client-server]
socket = /run/mysqld/mysqld.sock
!includedir /etc/mysql/mariadb.conf.d/
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/conf.d/
6 changes: 2 additions & 4 deletions charts/sqli/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,9 @@ spec:
value: "true"
resources:
requests:
cpu: 100m
cpu: 200m
memory: 256Mi
limits:
cpu: 500m
memory: 1024Mi
livenessProbe:
httpGet:
Expand All @@ -91,10 +90,9 @@ spec:
value: "euiti2019"
resources:
requests:
cpu: 50m
cpu: 100m
memory: 128Mi
limits:
cpu: 250m
memory: 512Mi
livenessProbe:
tcpSocket:
Expand Down

0 comments on commit 79b84dd

Please sign in to comment.