From 8d9efdd8e7d18445b3ba85b1d1be4e45115a1926 Mon Sep 17 00:00:00 2001 From: ellamartirosyan Date: Thu, 12 Feb 2026 14:12:18 +0200 Subject: [PATCH] fix: helm --- helm/templates/configmap.yaml | 4 ++-- helm/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/templates/configmap.yaml b/helm/templates/configmap.yaml index 6ffffc4..9349593 100644 --- a/helm/templates/configmap.yaml +++ b/helm/templates/configmap.yaml @@ -1,8 +1,8 @@ {{- $MAIN_OBJECT_BLOCK := "configValues" -}} {{- $COMPONENT_NAME := "backend" -}} -{{- $DATA := include "mcWebToolsData" . -}} +{{- $DATA := include "coordinateExtractAppData" . -}} -{{- define "mcWebToolsData" -}} +{{- define "coordinateExtractAppData" -}} {{- $CONFIG_MANAGER_OBJECT := include "common.tplvalues.getGlobalObject" (dict "objName" "configManagment" "context" .) | fromYaml }} {{- if not $CONFIG_MANAGER_OBJECT.enabled -}} REQUEST_PAYLOAD_LIMIT: {{ .Values.env.requestPayloadLimit | quote }} diff --git a/helm/values.yaml b/helm/values.yaml index 5635d48..7ef38c2 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -124,7 +124,7 @@ route: path: / suffix: targetPort: http - tls: + tls: enabled: true termination: edge insecureEdgeTerminationPolicy: Redirect