File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,20 +175,20 @@ default:
175175 GRADLE_WORKERS : 4
176176 GRADLE_MEMORY_MIN : 1G
177177 GRADLE_MEMORY_MAX : 5G
178- KUBERNETES_POD_CPU_REQUEST : 6
179- KUBERNETES_POD_CPU_LIMIT : 6
180- KUBERNETES_POD_MEMORY_REQUEST : 16Gi
181- KUBERNETES_POD_MEMORY_LIMIT : 16Gi
178+ KUBERNETES_POD_CPU_REQUEST : " 6 "
179+ KUBERNETES_POD_CPU_LIMIT : " 6 "
180+ KUBERNETES_POD_MEMORY_REQUEST : " 16Gi"
181+ KUBERNETES_POD_MEMORY_LIMIT : " 16Gi"
182182
183183.tier_l :
184184 variables : &tier_l_variables
185185 GRADLE_WORKERS : 6
186186 GRADLE_MEMORY_MIN : 1G
187187 GRADLE_MEMORY_MAX : 6G
188- KUBERNETES_POD_CPU_REQUEST : 10
189- KUBERNETES_POD_CPU_LIMIT : 10
190- KUBERNETES_POD_MEMORY_REQUEST : 20Gi
191- KUBERNETES_POD_MEMORY_LIMIT : 20Gi
188+ KUBERNETES_POD_CPU_REQUEST : " 10 "
189+ KUBERNETES_POD_CPU_LIMIT : " 10 "
190+ KUBERNETES_POD_MEMORY_REQUEST : " 20Gi"
191+ KUBERNETES_POD_MEMORY_LIMIT : " 20Gi"
192192
193193.gitlab_base_ref_params : &gitlab_base_ref_params
194194 - |
You can’t perform that action at this time.
0 commit comments