Skip to content

Commit 5093f02

Browse files
committed
Setting default limits to requests
1 parent 5522ed2 commit 5093f02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

charts/k8soketi/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.0
18+
version: 1.0.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

charts/k8soketi/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Install the k8soketi chart:
2525
```bash
2626
$ helm upgrade k8soketi \
2727
--install \
28-
--version=1.0.0 \
28+
--version=1.0.1 \
2929
soketi/k8soketi
3030
```
3131

charts/k8soketi/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ app:
4444
# resources, such as Minikube. If you do want to specify resources, uncomment the following
4545
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
4646
resources:
47-
limits:
47+
# limits:
48+
# cpu: 500m
49+
# memory: 512Mi
50+
requests:
4851
cpu: 500m
4952
memory: 256Mi
50-
# requests:
51-
# cpu: 100m
52-
# memory: 128Mi
5353

5454
# The mode the app is running with. (full, worker, server)
5555
# Read the documentation: https://docs.soketi.app/advanced-usage/horizontal-scaling/running-modes

0 commit comments

Comments
 (0)