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