mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
added azure pipeline + helmfiles
This commit is contained in:
20
helmvalues/client.Staging.yaml
Normal file
20
helmvalues/client.Staging.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
fullnameOverride: isa-ui
|
||||
image:
|
||||
harborRepo: isa/ui
|
||||
tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION)
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
path: /
|
||||
hosts:
|
||||
- isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de
|
||||
|
||||
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/assets/config
|
||||
Reference in New Issue
Block a user