DEVX-190: Исправить дублирование заголовка Transfer-Encoding в ответах api-service

This commit is contained in:
2026-04-07 18:18:06 +03:00
parent 32fc3c4022
commit 72717bb09e
7 changed files with 214 additions and 0 deletions
@@ -0,0 +1,29 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: {{$.Release.Name}}-{{$.Chart.Name}}-main-config
data:
application.yaml: |
server:
port: {{ $.Values.port }}
management:
server:
port: {{ $.Values.managementPort }}
spring:
cloud:
vault:
enabled: true
app-role.role-id: '{{$.Values.vault.appRole.roleId}}'
app-role.secret-id: '{{$.Values.vault.appRole.secretId}}'
config.lifecycle.enabled: true
session.lifecycle.enabled: true
fail-fast: true
api-registry-core:
url: 'http://{{$.Values.services.core}}'
api-registry-generator:
url: 'http://{{$.Values.services.generator}}'
app:
auth:
enabled: true
jwk-uri: 'http://{{$.Values.keycloak.jwk}}'
jwt-service-claim-name: '{{$.Values.keycloak.claimName}}'