From 23b21f554b4b6996b610c21394b2824c40832422 Mon Sep 17 00:00:00 2001 From: subochev Date: Tue, 7 Apr 2026 18:50:05 +0300 Subject: [PATCH] =?UTF-8?q?DEVX-200:=20[BE]=20=D0=A3=D0=BD=D0=B8=D1=84?= =?UTF-8?q?=D0=B8=D1=86=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BD=D1=8F=D1=82=D0=B8=D0=B5=20=D0=B2=D0=B5=D1=80=D1=81?= =?UTF-8?q?=D0=B8=D0=B8=20=D1=81=D0=B5=D1=80=D0=B2=D0=B8=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- devspc/devspace-gateway/templates/deployment.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/devspc/devspace-gateway/templates/deployment.yaml b/devspc/devspace-gateway/templates/deployment.yaml index 67d58be..b960138 100644 --- a/devspc/devspace-gateway/templates/deployment.yaml +++ b/devspc/devspace-gateway/templates/deployment.yaml @@ -55,9 +55,6 @@ spec: items: - key: application.yaml path: application.yaml - - name: dependencies-data - persistentVolumeClaim: - claimName: "{{$.Release.Name}}-{{$.Values.name}}-dependencies" securityContext: {{- toYaml $.Values.podSecurityContext | nindent 8 }} containers: @@ -72,8 +69,6 @@ spec: volumeMounts: - mountPath: '/opt/app/config' name: application-properties-volume - - name: dependencies-data - mountPath: /storage ports: - name: http containerPort: {{ $.Values.port }}