diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f25aeea47ad4a7bb3946e1f7bb954fac6c82cf82..b437ff6af28e9070001e56c50b8976336aac1851 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,5 +51,5 @@ include: file: "publishing/pages.yml" - project: "osdu/platform/ci-cd-pipelines" - ref: release/0.13 + ref: master file: "cloud-providers/azure.yml" diff --git a/provider/workflow-azure/src/main/resources/application.properties b/provider/workflow-azure/src/main/resources/application.properties index 89f809c43cafa44fa977ae310f27b58bd27704b7..0551ca2e771ed792dc441892195757ff8195f489 100644 --- a/provider/workflow-azure/src/main/resources/application.properties +++ b/provider/workflow-azure/src/main/resources/application.properties @@ -93,4 +93,5 @@ osdu.azure.active-dag-runs.threshold=50000 spring.datasource.url=jdbc:postgresql://${postgres_name}.postgres.database.azure.com:${postgres_port}/${postgres_db} spring.datasource.username=${postgres_username}@${postgres_name} spring.datasource.password=${postgres_password} + management.endpoints.web.exposure.include=health,info,prometheus