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