Skip to content

Commit

Permalink
increase registries memory limit to 256Mi in helm charts (#14135)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Vala <mvala@redhat.com>
  • Loading branch information
sparkoo authored and skabashnyuk committed Aug 6, 2019
1 parent a7a0e2b commit 1af529c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
cheDevfileRegistry:
image: quay.io/eclipse/che-devfile-registry:nightly
imagePullPolicy: Always
memoryLimit: 32Mi
memoryLimit: 256Mi
memoryRequests: 16Mi
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
chePluginRegistry:
image: quay.io/eclipse/che-plugin-registry:nightly
imagePullPolicy: Always
memoryLimit: 32Mi
memoryLimit: 256Mi
memoryRequests: 16Mi

0 comments on commit 1af529c

Please sign in to comment.