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

This commit is contained in:
subochev 2026-03-26 14:44:05 +03:00
parent 32e41935bb
commit f8dc1071cf
2 changed files with 6 additions and 10 deletions

View File

@ -71,20 +71,17 @@ spec:
- name: http
containerPort: {{ $.Values.port }}
protocol: TCP
- name: management
containerPort: {{ $.Values.managementPort }}
protocol: TCP
livenessProbe:
httpGet:
path: '/actuator/health/liveness'
port: management
initialDelaySeconds: 20
path: '/health'
port: http
initialDelaySeconds: 10
periodSeconds: 10
readinessProbe:
httpGet:
path: '/actuator/health/readiness'
port: management
initialDelaySeconds: 25
path: '/health'
port: http
initialDelaySeconds: 10
periodSeconds: 10
{{- if $.Values.resources}}
resources:

View File

@ -5,7 +5,6 @@ labels: []
securityContext:
privileged: false
port: 80
managementPort: 80
imagePullSecrets: null
image:
name: null