Gatling loadmodel

I need to define a scenario that does the following:
*One request every 10 seconds (steady-state/background load)
*Once per minute I want to generate a “peak” with 2 requests per second for 3 seconds and then go back to the steady-state
*It should be going on for 2 hours

  • Any tips on how to construct such a load model?
    Thanks!