Since a couple of days, I'm facing the following error when trying to deploy a new service which uses internal load balancer on Google Cloud:
Error creating load balancer (will retry): failed to ensure load balancer for service production-trading/authentication: googleapi: Error 403: You cannot create any more internal forwarding rules in this project, as the limit of 20.0 is reached., internalForwardingRulesLimitsExceeded
From the Google Cloud doc, the limit should be 50.
Also, usually, I ask to increase the quota, but this time I didn't find any associated quota for this feature in the quotas section.
Any idea ? thanks