Skip to content

Commit

Permalink
updated gitlab-runner resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lefeverd committed Mar 18, 2023
1 parent 9c451f3 commit abc7834
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/apps/gitlab/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ spec:
[[runners]]
[runners.kubernetes]
image_pull_secrets = ["docker-registry-harbor"]
cpu_request = "500m"
cpu_limit = "500m"
cpu_request = "1"
cpu_limit = "1"
memory_request = "2Gi"
memory_limit = "2Gi"
helper_cpu_limit = "200m"
helper_cpu_limit = "800m"
helper_cpu_request = "200m"
helper_memory_request = "512Mi"
helper_memory_limit = "512Mi"

0 comments on commit abc7834

Please sign in to comment.