Skip to content

Commit

Permalink
- [kimai] Increase default resources - resolve #89
Browse files Browse the repository at this point in the history
  • Loading branch information
robjuz committed Dec 2, 2024
1 parent 8aa758c commit ab846b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kimai2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: kimai2
description: A Helm chart for Kubernetes
type: application
version: 4.2.8
version: 4.3.0
appVersion: "apache-2.25.0"

dependencies:
Expand Down
3 changes: 2 additions & 1 deletion charts/kimai2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,9 @@ tolerations: []

resources:
limits:
memory: 256Mi
memory: 512Mi
requests:
memory: 256Mi
cpu: 100m
## Container ports
## @param containerPorts.http Kimai HTTP container port
Expand Down

0 comments on commit ab846b4

Please sign in to comment.