Skip to content
Snippets Groups Projects
Commit 555b9eab authored by Aalekh Jain's avatar Aalekh Jain
Browse files

Added health endpoints - indexer azure

parent 15756fe3
No related branches found
No related tags found
1 merge request!215[Azure] Added health checks for indexer service
......@@ -52,8 +52,14 @@ spec:
cpu: "500m"
readinessProbe:
httpGet:
path: /api/indexer/v2/swagger-ui.html
port: 80
path: /actuator/health
port: 8081
livenessProbe:
httpGet:
path: /actuator/health
port: 8081
initialDelaySeconds: 250
periodSeconds: 10
volumeMounts:
- name: azure-keyvault
mountPath: "/mnt/azure-keyvault"
......
......@@ -88,6 +88,8 @@ tenantFactoryImpl.required=true
# Disable keyVault for actuator health check
management.health.azure-key-vault.enabled=false
management.server.port=8081
#Redis
redis.database=${REDIS_DATABASE}
\ No newline at end of file
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