Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Ingestion
Ingestion Workflow
Commits
a9f77459
Commit
a9f77459
authored
Oct 08, 2021
by
Aalekh Jain
Browse files
Added health checks
parent
d0d44cac
Changes
2
Show whitespace changes
Inline
Side-by-side
devops/azure/chart/templates/deployment.yaml
View file @
a9f77459
...
...
@@ -54,10 +54,14 @@ spec:
-
containerPort
:
80
readinessProbe
:
httpGet
:
path
:
/api/workflow/swagger-ui.html
port
:
80
initialDelaySeconds
:
100
timeoutSeconds
:
30
path
:
/actuator/health
port
:
8081
livenessProbe
:
httpGet
:
path
:
/actuator/health
port
:
8081
initialDelaySeconds
:
250
periodSeconds
:
10
volumeMounts
:
-
name
:
azure-keyvault
mountPath
:
"
/mnt/azure-keyvault"
...
...
provider/workflow-azure/src/main/resources/application.properties
View file @
a9f77459
...
...
@@ -83,3 +83,8 @@ osdu.azure.airflow.ignoreDagContent=${ignore_dagContent}
# Azure Event Grid Configuration
azure.eventGrid.enabled
=
${event_grid_enabled:true}
azure.eventGrid.topicName
=
${event_grid_topic:statuschangedtopic}
# Configuration for health checks
management.server.port
=
8081
management.health.azure-key-vault.enabled
=
false
management.health.elasticsearch.enabled
=
false
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment