add resource limits to helm files

This commit is contained in:
Nico Hanus
2022-03-18 14:01:32 +01:00
parent 04851dbe39
commit 96f2233421
5 changed files with 42 additions and 2 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -2,7 +2,7 @@ fullnameOverride: isa-ui
image:
harborRepo: isa/ui
tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
replicaCount: 2
ingress:
@@ -12,6 +12,14 @@ ingress:
- isa.kubernetes.paragon-systems.de
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
resources:
limits:
cpu: 500m
memory: 150Mi
requests:
cpu: 100m
memory: 100Mi
deployment_annotations:
co.elastic.logs/module: nginx
co.elastic.logs/fileset.stdout: access

View File

@@ -2,7 +2,7 @@ fullnameOverride: isa-ui
image:
harborRepo: isa/ui
tag: prod-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
replicaCount: 2
ingress:
@@ -11,6 +11,14 @@ ingress:
hosts:
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
resources:
limits:
cpu: 300m
memory: 100Mi
requests:
cpu: 100m
memory: 100Mi
deployment_annotations:
co.elastic.logs/module: nginx
co.elastic.logs/fileset.stdout: access

View File

@@ -9,6 +9,14 @@ ingress:
hosts:
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
resources:
limits:
cpu: 300m
memory: 100Mi
requests:
cpu: 100m
memory: 100Mi
deployment_annotations:
co.elastic.logs/module: nginx
co.elastic.logs/fileset.stdout: access