***NO_CI*** fix helmvalues

This commit is contained in:
Nico Hanus
2020-04-17 12:44:54 +02:00
parent 97802c8e41
commit 8c0efadeee
4 changed files with 16 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
fullnameOverride: isa-ui
image:
harborRepo: isa/ui
tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION)
tag: prod-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION%
ingress:
enabled: true
path: /
hosts:
- isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
aspnet_environment: $(ENVIRONMENT)
aspnet_environment: %ENVIRONMENT%
configMap:
mountPath: /usr/share/nginx/html/assets/config
mountPath: /usr/share/nginx/html/assets/config

View File

@@ -1,21 +1,21 @@
fullnameOverride: isa-ui
image:
harborRepo: isa/ui
tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION)
tag: prod-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION%
ingress:
enabled: true
path: /
hosts:
- isa.kubernetes.paragon-systems.de
- isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de
- 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)
aspnet_environment: %ENVIRONMENT%
configMap:
mountPath: /usr/share/nginx/html/assets/config
mountPath: /usr/share/nginx/html/assets/config

View File

@@ -1,20 +1,20 @@
fullnameOverride: isa-ui
image:
harborRepo: isa/ui
tag: prod-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION)
tag: prod-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION%
ingress:
enabled: true
path: /
hosts:
- isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de
- 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)
aspnet_environment: %ENVIRONMENT%
configMap:
mountPath: /usr/share/nginx/html/assets/config
mountPath: /usr/share/nginx/html/assets/config

View File

@@ -1,15 +1,15 @@
fullnameOverride: isa-ui
image:
harborRepo: isa/ui
tag: debug-$(BUILD.BUILDNUMBER)-$(BUILD.SOURCEVERSION)
tag: debug-%BUILD.BUILDNUMBER%-%BUILD.SOURCEVERSION%
ingress:
enabled: true
path: /
hosts:
- isa-$(LOWERENVIRONMENT).kubernetes.paragon-systems.de
- isa-%LOWERENVIRONMENT%.kubernetes.paragon-systems.de
aspnet_environment: $(ENVIRONMENT)
aspnet_environment: %ENVIRONMENT%
configMap:
mountPath: /usr/share/nginx/html/assets/config
mountPath: /usr/share/nginx/html/assets/config