Skip to content

Commit

Permalink
Fix resource limits
Browse files Browse the repository at this point in the history
  • Loading branch information
enver committed Apr 3, 2023
1 parent 0f6adc5 commit 86684b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/label-nodes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
appVersion: "1.0"
description: A Helm chart for label-nodes
name: label-nodes
version: 0.0.1
version: 0.0.2
maintainers:
- name: Enver Cicak
2 changes: 1 addition & 1 deletion charts/label-nodes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ resources:
requests:
cpu: 2m
memory: 64M
limit:
limits:
cpu: 100m
memory: 128M

0 comments on commit 86684b9

Please sign in to comment.