Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
Indexer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Indexer
Commits
555b9eab
Commit
555b9eab
authored
3 years ago
by
Aalekh Jain
Browse files
Options
Downloads
Patches
Plain Diff
Added health endpoints - indexer azure
parent
15756fe3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!215
[Azure] Added health checks for indexer service
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
devops/azure/chart/templates/deployment.yaml
+8
-2
8 additions, 2 deletions
devops/azure/chart/templates/deployment.yaml
provider/indexer-azure/src/main/resources/application.properties
+2
-0
2 additions, 0 deletions
...r/indexer-azure/src/main/resources/application.properties
with
10 additions
and
2 deletions
devops/azure/chart/templates/deployment.yaml
+
8
−
2
View file @
555b9eab
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
provider/indexer-azure/src/main/resources/application.properties
+
2
−
0
View file @
555b9eab
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment