Skip to content

Commit

Permalink
fixup: increase resource limit
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Vasek <mvasek@redhat.com>
  • Loading branch information
matejvasek committed Jan 24, 2024
1 parent cb67940 commit c989946
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/install-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ spec:
name: ssh
resources:
requests:
memory: "1024Mi"
limits:
memory: "2048Mi"
limits:
memory: "4096Mi"
volumes:
- name: gitlab
persistentVolumeClaim:
Expand Down

0 comments on commit c989946

Please sign in to comment.