Skip to content

Commit

Permalink
update gitlab runners requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lefeverd committed Feb 3, 2024
1 parent 9cd9f85 commit 5322ae8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/apps/gitlab/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ spec:
[[runners]]
[runners.kubernetes]
image_pull_secrets = ["docker-registry-harbor"]
cpu_request = "300m"
cpu_request = "400m"
cpu_limit = "1"
memory_request = "512Mi"
memory_request = "1Gi"
memory_limit = "3Gi"
helper_cpu_limit = "800m"
helper_cpu_request = "200m"
Expand Down

0 comments on commit 5322ae8

Please sign in to comment.