launcher-application
launcher-application copied to clipboard
Hitting resource limits for .NET Core on code change
Multicontainer applications for .NET Core can be generated (yayyy!).
When making a code change, however, we trigger a new build and run out of quota.
(combined from similar events): Error creating: pods "newapp-angular-dotnet-postgres-frontend-2-rrkr7" is forbidden: exceeded quota: compute-resources, requested: limits.cpu=1,limits.memory=512Mi, used: limits.cpu=3148m,limits.memory=1650976Ki, limited: limits.cpu=4,limits.memory=2Gi
I think we should simply do what we did in the Java world where we set lower limits for CPU and RAM when creating the service objects?