Skip to content

Commit

Permalink
chore: increase memory limit to avoid OOM issues (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Fernandez authored Feb 19, 2020
1 parent 37d0f13 commit 8f29e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion staging/kubeaddons-catalog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "v0.3.0"
description: "A Catalog service for Kubeaddons"
name: kubeaddons-catalog
version: 0.1.4
version: 0.1.5
home: https://github.com/mesosphere/kubeaddons
sources:
- https://github.com/mesosphere/kubeaddons/tools/catalog
Expand Down
2 changes: 1 addition & 1 deletion staging/kubeaddons-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ service:
resources:
limits:
cpu: 400m
memory: 128Mi
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
Expand Down

0 comments on commit 8f29e91

Please sign in to comment.