DEVX-200: [BE] Унифицировать понятие версии сервиса

This commit is contained in:
2026-04-07 18:50:05 +03:00
parent 94dc4110ab
commit 23b21f554b
@@ -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 }}