From 0836496fd4afd216bbc916bd04b9e0cbeed0e240 Mon Sep 17 00:00:00 2001 From: Karam T <7281018+I-Need-C8H10N4O2@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:18:38 +0100 Subject: [PATCH] Update Sonarqube email field type to "email" and change target port to 9000 (#129) --- servapps/Sonarqube/cosmos-compose.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servapps/Sonarqube/cosmos-compose.json b/servapps/Sonarqube/cosmos-compose.json index 13ac1ddd..6eb743cc 100644 --- a/servapps/Sonarqube/cosmos-compose.json +++ b/servapps/Sonarqube/cosmos-compose.json @@ -17,7 +17,7 @@ "name": "SONARQUBE_EMAIL", "label": "What Sonarqube email does it use?", "initialValue": "email@Sonarqube.com", - "type": "password" + "type": "email" } ] }, @@ -60,7 +60,7 @@ "name": "{ServiceName}", "description": "Expose {ServiceName} to the web", "useHost": true, - "target": "http://{ServiceName}:8069", + "target": "http://{ServiceName}:9000", "mode": "SERVAPP", "Timeout": 14400000, "ThrottlePerMinute": 12000,