mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
add resource limits to helm files
This commit is contained in:
@@ -9,6 +9,14 @@ ingress:
|
||||
hosts:
|
||||
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 300m
|
||||
memory: 100Mi
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
|
||||
aspnet_environment: %ENVIRONMENT%
|
||||
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user