DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven

This commit is contained in:
subochev 2026-03-27 00:12:10 +03:00
parent 042fa819bd
commit 5fe35f3ca0
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
http: http:
paths: paths:
- path: {{$.Values.ingress.prefix | default '/'}} - path: {{$.Values.ingress.prefix | default '/'}}
pathType: Prefix pathType: ImplementationSpecific
backend: backend:
service: service:
name: "{{ $.Release.Name }}-{{ $.Chart.Name }}" name: "{{ $.Release.Name }}-{{ $.Chart.Name }}"

View File

@ -9,7 +9,7 @@ spec:
http: http:
paths: paths:
- path: {{$.Values.ingress.prefix | default '/'}} - path: {{$.Values.ingress.prefix | default '/'}}
pathType: Prefix pathType: ImplementationSpecific
backend: backend:
service: service:
name: "{{ $.Release.Name }}-{{ $.Chart.Name }}" name: "{{ $.Release.Name }}-{{ $.Chart.Name }}"