Skip to content
Snippets Groups Projects
Commit f1ec8420 authored by Hayk Kharazyan [EPAM / GCP]'s avatar Hayk Kharazyan [EPAM / GCP] Committed by Oleksandr Kosse (EPAM)
Browse files

Update liveness/readiiness endpoints

parent 6e391c35
No related branches found
No related tags found
1 merge request!473Update liveness/readiiness endpoints
......@@ -588,6 +588,7 @@ The following software have components provided under the terms of this license:
- Azure Spring Boot AutoConfigure (from https://github.com/Azure/azure-sdk-for-java, https://github.com/Microsoft/azure-spring-boot)
- Azure Spring Boot Starter for Azure AD Spring Security Integration (from https://github.com/Azure/azure-sdk-for-java)
- Checker Qual (from https://checkerframework.org)
- Extensions on Apache Proton-J library (from https://github.com/Azure/qpid-proton-j-extensions)
- JUL to SLF4J bridge (from http://www.slf4j.org)
- Jackson-core (from http://wiki.fasterxml.com/JacksonHome, https://github.com/FasterXML/jackson-core)
- Java Client Runtime for AutoRest (from https://github.com/Azure/autorest-clientruntime-for-java)
......@@ -636,7 +637,6 @@ The following software have components provided under the terms of this license:
- mockito-junit-jupiter (from https://github.com/mockito/mockito)
- msal4j (from https://github.com/AzureAD/microsoft-authentication-library-for-java)
- msal4j-persistence-extension (from https://github.com/AzureAD/microsoft-authentication-extensions-for-java, https://github.com/AzureAD/microsoft-authentication-library-for-java)
- qpid-proton-j-extensions (from https://github.com/Azure/qpid-proton-j-extensions)
========================================================================
MPL-1.1
......
......@@ -45,13 +45,13 @@ spec:
runAsNonRoot: true
ports:
- containerPort: 8080
livenessProbe:
readinessProbe:
failureThreshold: 3
httpGet:
path: /api/register/v1/ah/liveness_check
port: 8080
initialDelaySeconds: 120
periodSeconds: 10
path: /health
port: 8081
initialDelaySeconds: 90
periodSeconds: 15
resources:
requests:
cpu: {{ .Values.data.requestsCpu | quote }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment