Skip to content

Commit

Permalink
Merge main into dependabot/gradle/projects/control-service/projects/p…
Browse files Browse the repository at this point in the history
…ipelines_control_service/io.swagger.core.v3-swagger-models-2.2.9
  • Loading branch information
github-actions[bot] authored Mar 31, 2023
2 parents 5e0c7ef + 6bb0a0e commit c4871c5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions support/gitlab-runners/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,18 @@ runners:
## You can specify helm values inside the config.
## tpl: https://helm.sh/docs/howto/charts_tips_and_tricks/#using-the-tpl-function
## runner configuration: https://docs.gitlab.com/runner/configuration/advanced-configuration.html
## executor configuration: https://docs.gitlab.com/runner/executors/kubernetes.html
config: |
[[runners]]
[runners.kubernetes]
helper_ephemeral_storage_request_overwrite_max_allowed = "1Gi"
helper_ephemeral_storage_limit_overwrite_max_allowed = "3Gi"
ephemeral_storage_limit = "3Gi"
ephemeral_storage_request = "1Gi"
ephemeral_storage_limit_overwrite_max_allowed = "5Gi"
ephemeral_storage_request_overwrite_max_allowed = "4Gi"
service_ephemeral_storage_request = "100Mi"
service_ephemeral_storage_limit = "1Gi"
[[runners.kubernetes.host_aliases]]
ip = "127.0.0.1"
hostnames = ["localhost.vmware.com"]
Expand Down

0 comments on commit c4871c5

Please sign in to comment.