Skip to content

Commit

Permalink
Lower max builds concurrent in lagoon to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hypesystem committed Jul 10, 2024
1 parent b2d4157 commit a5c1c54
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 a5c1c54

Please sign in to comment.