File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22appVersion : v0.0.0
33description : A Helm chart for Codefresh Internal Gateway
44name : internal-gateway
5- version : 0.2.1
5+ version : 0.2.2
66home : https://github.com/codefresh-io/helm-charts
77keywords :
88 - codefresh
Original file line number Diff line number Diff line change 11# internal-gateway
22
3- ![ Version: 0.2.1 ] ( https://img.shields.io/badge/Version-0.2.1 -informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
3+ ![ Version: 0.2.2 ] ( https://img.shields.io/badge/Version-0.2.2 -informational?style=flat-square ) ![ AppVersion: v0.0.0] ( https://img.shields.io/badge/AppVersion-v0.0.0-informational?style=flat-square )
44
55A Helm chart for Codefresh Internal Gateway
66
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ serviceEndpoints:
9090{ {- define " internal-gateway.nginx-config-defaults" } }
9191 { {- $endpoints := include " internal-gateway.platform-endpoints" . | fromYaml } }
9292 { {- $presets := include " internal-gateway.location-presets" . | fromYaml } }
93+ { {- $_ := set $presets " locationDirectives" (mergeOverwrite $presets .locationDirectives .Values.nginx.config.locationDirectives) } }
9394nginx:
9495 config:
9596 workerProcesses: "8"
You can’t perform that action at this time.
0 commit comments