Files
ISA-Frontend/helmvalues/client.Test.yaml
Michael Auer c9b2762bbc Merged PR 1824: ISA-Frontend - Expliziter Pfad für Traefik IngressRoute
Früher wurde die IngressRoute für die ISA-UI mit dem Pfad "/" angelegt, jetzt mit "/isa-ui/v%MAJOR%"
2025-02-27 14:05:54 +00:00

29 lines
583 B
YAML

fullnameOverride: isa-ui-v%MAJOR%
image:
harborRepo: isa/ui
tag: %BUILD_BUILDNUMBER%-%BUILD_SOURCEVERSION%
ingress:
enabled: true
path: /isa-ui/v%MAJOR%
hosts:
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
resources:
limits:
cpu: 800m
memory: 300Mi
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