From fdf7e663aceb7fb7b07658e3f20424da71c3b4da Mon Sep 17 00:00:00 2001 From: subochev Date: Thu, 19 Feb 2026 05:13:50 +0300 Subject: [PATCH] init --- .../templates/deployment.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devspc/devspace-apiregistry-core-service/templates/deployment.yaml b/devspc/devspace-apiregistry-core-service/templates/deployment.yaml index cef0e6b..d5943f8 100644 --- a/devspc/devspace-apiregistry-core-service/templates/deployment.yaml +++ b/devspc/devspace-apiregistry-core-service/templates/deployment.yaml @@ -58,7 +58,9 @@ spec: {{- toYaml $.Values.securityContext | nindent 12 }} image: "{{ $.Values.image.name }}:{{ $.Values.image.version }}" imagePullPolicy: {{ $.Values.image.pullPolicy }} - env: [] + env: + - name: SPRING_CONFIG_ADDITIONAL_LOCATION + value: "file:/opt/app/config/application.yaml" volumeMounts: - mountPath: '/opt/app/config' name: application-properties-volume