-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UID2-3726 Expose prometheus port for Azure (#788)
* Add changes for downgrading azure cli * Use kcc-UID2-3857-downgrade-azure-cli * Expose port 9080 * Expose 9080 endpoint on operator template * Revert custom branch to v2 * Revert downgrade of azure version * [CI Pipeline] Released Snapshot version: 5.38.3-alpha-143-SNAPSHOT --------- Co-authored-by: Release Workflow <unifiedid-admin+release@thetradedesk.com>
- Loading branch information
1 parent
92ae040
commit 7d2addf
Showing
3 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,6 +98,10 @@ | |
{ | ||
"port": 8080, | ||
"protocol": "TCP" | ||
}, | ||
{ | ||
"port": 9080, | ||
"protocol": "TCP" | ||
} | ||
], | ||
"resources": { | ||
|