DEVX-200: [BE] Унифицировать понятие версии сервиса
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user