mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
24 lines
448 B
YAML
24 lines
448 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
|
|
|
|
aspnet_environment: %ENVIRONMENT%
|
|
|
|
configMap:
|
|
mountPath: /usr/share/nginx/html/browser/config
|