fix drone cpu limit
This commit is contained in:
		
							parent
							
								
									2663f4dda9
								
							
						
					
					
						commit
						bf25507335
					
				|  | @ -3,6 +3,6 @@ | |||
| drone_gitea_server: "https://git.hatecomputers.club" | ||||
| drone_server_host: "https://ci.hatecomputers.club" | ||||
| drone_admin_username: "gitea_admin" | ||||
| drone_cpu_quota: "1000" | ||||
| drone_cpu_set: "1" | ||||
| drone_memory_limit: "1000000000" | ||||
| drone_workers: "2" | ||||
|  |  | |||
|  | @ -28,5 +28,5 @@ services: | |||
|       - DRONE_RPC_HOST=drone:80 | ||||
|       - DRONE_RPC_PROTO=http | ||||
|       - DRONE_RUNNER_CAPACITY={{ drone_workers }}  | ||||
|       - DRONE_CPU_QUOTA={{ drone_cpu_quota }} | ||||
|       - DRONE_CPU_SET={{ drone_cpu_set }} | ||||
|       - DRONE_MEMORY_LIMIT={{ drone_memory_limit }} | ||||
|  |  | |||
|  | @ -1,4 +1,5 @@ | |||
| cloudflare_api_token | ||||
| cloudflare_zone_id | ||||
| certbot_email | ||||
| email_ldap_api_token | ||||
| roundcube_oauth2_client_id | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue