DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven
This commit is contained in:
parent
f8dc1071cf
commit
d3cb22f188
@ -44,13 +44,6 @@ spec:
|
||||
{{ if $.Values.serviceAccount }}
|
||||
serviceAccountName: {{ $.Values.serviceAccount.name }}
|
||||
{{ end }}
|
||||
volumes:
|
||||
- name: application-properties-volume
|
||||
configMap:
|
||||
name: {{$.Release.Name}}-{{$.Chart.Name}}-main-config
|
||||
items:
|
||||
- key: application.yaml
|
||||
path: application.yaml
|
||||
securityContext:
|
||||
{{- toYaml $.Values.podSecurityContext | nindent 8 }}
|
||||
containers:
|
||||
@ -60,13 +53,8 @@ spec:
|
||||
image: "{{ $.Values.image.name }}:{{ $.Values.image.version }}"
|
||||
imagePullPolicy: {{ $.Values.image.pullPolicy }}
|
||||
env:
|
||||
- name: SPRING_CONFIG_ADDITIONAL_LOCATION
|
||||
value: "file:/opt/app/config/application.yaml"
|
||||
- name: PREFIX
|
||||
value: "{{$.Values.ingress.prefix}}"
|
||||
volumeMounts:
|
||||
- mountPath: '/opt/app/config'
|
||||
name: application-properties-volume
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: {{ $.Values.port }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user