Skip to content

Commit

Permalink
Merge pull request #400 from danskernesdigitalebibliotek/fewer-concur…
Browse files Browse the repository at this point in the history
…rent-deploys-in-lagoon

Lower max builds concurrent in lagoon to 5
  • Loading branch information
kasperg authored Jul 11, 2024
2 parents 55828e6 + a5c1c54 commit e804e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ lagoon-build-deploy:
- "--harbor-username=admin"
- "--harbor-password=$HARBOR_ADMIN_PASS"
- "--enable-qos"
- "--qos-max-builds=15"
- "--qos-max-builds=5"
rabbitMQUsername: "lagoon"
rabbitMQPassword: "$RABBITMQ_PASS"
rabbitMQHostname: "lagoon-core-broker.lagoon-core.svc.cluster.local"
Expand Down

0 comments on commit e804e68

Please sign in to comment.