Skip to content

Commit

Permalink
fix: reduce kommander CPU limit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonc committed Jan 18, 2020
1 parent 5dbdd66 commit 3299317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/kommander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
- name: alejandroEsc
- name: jimmidyson
name: kommander
version: 0.3.15
version: 0.3.16
2 changes: 1 addition & 1 deletion stable/kommander/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resources:
cpu: "100m"
limits:
memory: "512Mi"
cpu: "2000m"
cpu: "500m"

readinessProbe:
initialDelaySeconds: 15
Expand Down

0 comments on commit 3299317

Please sign in to comment.