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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user