Skip to content

Commit

Permalink
Update Sonarqube email field type to "email" and change target port t…
Browse files Browse the repository at this point in the history
…o 9000 (#127)

Co-authored-by: Karam Tayyem <karam.tayyem@partner.bmwgroup.com>
  • Loading branch information
I-Need-C8H10N4O2 and Karam Tayyem committed Mar 7, 2024
1 parent 91e5bfd commit 66acaeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions servapps/Sonarqube/cosmos-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"name": "SONARQUBE_EMAIL",
"label": "What Sonarqube email does it use?",
"initialValue": "email@Sonarqube.com",
"type": "password"
"type": "email"
}
]
},
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 66acaeb

Please sign in to comment.