Skip to content

Commit

Permalink
Increase bwapp resources
Browse files Browse the repository at this point in the history
  • Loading branch information
rielas committed Dec 19, 2024
1 parent 1c4f3a6 commit abe4eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/beebox/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: application
keywords:
- beebox
- bwapp
version: 0.0.5
version: 0.0.6
dependencies:
- name: simple-service
version: 0.0.1
Expand Down
7 changes: 3 additions & 4 deletions charts/beebox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ simple-service:
port: 80
resources:
requests:
cpu: 50m
memory: 256Mi
limits:
cpu: 500m
memory: 1024Mi
memory: 500Mi
limits:
memory: 1500Mi
livenessProbe:
httpGet:
path: /
Expand Down

0 comments on commit abe4eb0

Please sign in to comment.