Skip to content

Commit

Permalink
UID2-3726 Expose prometheus port for Azure (#788)
Browse files Browse the repository at this point in the history
* 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
cYKatherine and Release Workflow authored Aug 12, 2024
1 parent 92ae040 commit 7d2addf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-operator</artifactId>
<version>5.38.2</version>
<version>5.38.3-alpha-143-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
1 change: 1 addition & 0 deletions scripts/azure-cc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk update && apk add jq

WORKDIR /app
EXPOSE 8080
EXPOSE 9080

ARG JAR_NAME=uid2-operator
ARG JAR_VERSION=1.0.0-SNAPSHOT
Expand Down
4 changes: 4 additions & 0 deletions scripts/azure-cc/deployment/operator.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@
{
"port": 8080,
"protocol": "TCP"
},
{
"port": 9080,
"protocol": "TCP"
}
],
"resources": {
Expand Down

0 comments on commit 7d2addf

Please sign in to comment.