From 7d2e00e058c729c52758c45323495af1a96026af Mon Sep 17 00:00:00 2001 From: Vineeth Guna Date: Wed, 22 Jun 2022 09:33:05 +0530 Subject: [PATCH 1/2] Sample commit --- .../workflow-azure/src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/provider/workflow-azure/src/main/resources/application.properties b/provider/workflow-azure/src/main/resources/application.properties index 89f809c43..0551ca2e7 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 -- GitLab From b1ade2a8709885937e1a0ba604aa52e29ca621f7 Mon Sep 17 00:00:00 2001 From: Vineeth Guna Date: Wed, 22 Jun 2022 09:41:29 +0530 Subject: [PATCH 2/2] Pointed to master for azure pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f25aeea47..b437ff6af 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" -- GitLab