Skip to content

Commit

Permalink
chore(helm): update api-gateway configmap loop
Browse files Browse the repository at this point in the history
  • Loading branch information
heiruwu committed Oct 1, 2024
1 parent 7ba152d commit 49711a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/core/templates/api-gateway/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data:
REGISTRY_PORT={{ template "core.registry.port" . }}
# Additional Hosts
{{- range $key, $host := .Values.apiGateway.additionalHosts }}
{{- range $host := .Values.apiGateway.additionalHosts }}
{{ $host.name }}_HOST={{ $host.host }}
{{- if $host.publicPort }}
{{ $host.name }}_PUBLICPORT={{ $host.publicPort }}
Expand Down

0 comments on commit 49711a3

Please sign in to comment.