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