mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merge ISA 2.0 into Develop Related work items: #1098, #2592, #2630, #2633, #2635, #2639, #2706, #2707, #2813, #2818, #2825, #2843, #2846, #2847, #2848, #2851, #2852, #2853, #2897, #2900
29 lines
565 B
YAML
29 lines
565 B
YAML
fullnameOverride: isa-ui
|
|
image:
|
|
harborRepo: isa/ui
|
|
tag: debug-%BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
|
|
|
|
ingress:
|
|
enabled: true
|
|
path: /
|
|
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
|
|
co.elastic.logs/fileset.stderr: error
|
|
|
|
aspnet_environment: %ENVIRONMENT%
|
|
|
|
configMap:
|
|
mountPath: /usr/share/nginx/html/config
|