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: items:
- key: application.yaml - key: application.yaml
path: application.yaml path: application.yaml
- name: dependencies-data
persistentVolumeClaim:
claimName: "{{$.Release.Name}}-{{$.Values.name}}-dependencies"
securityContext: securityContext:
{{- toYaml $.Values.podSecurityContext | nindent 8 }} {{- toYaml $.Values.podSecurityContext | nindent 8 }}
containers: containers:
@@ -72,8 +69,6 @@ spec:
volumeMounts: volumeMounts:
- mountPath: '/opt/app/config' - mountPath: '/opt/app/config'
name: application-properties-volume name: application-properties-volume
- name: dependencies-data
mountPath: /storage
ports: ports:
- name: http - name: http
containerPort: {{ $.Values.port }} containerPort: {{ $.Values.port }}