DEVX-178: [BE] Разработать endpoint выдачи информации для подключении фейн-клиентов через gradle/maven
This commit is contained in:
parent
32e41935bb
commit
f8dc1071cf
@ -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:
|
||||
|
||||
@ -5,7 +5,6 @@ labels: []
|
||||
securityContext:
|
||||
privileged: false
|
||||
port: 80
|
||||
managementPort: 80
|
||||
imagePullSecrets: null
|
||||
image:
|
||||
name: null
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user