Skip to content

Commit c3961d1

Browse files
authored
feat: export metrics port from replicators (#328)
1 parent 39f075c commit c3961d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

etl-api/src/k8s_client.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,13 @@ impl K8sClient for HttpK8sClient {
403403
{
404404
"name": replicator_container_name,
405405
"image": replicator_image,
406+
"ports": [
407+
{
408+
"name": "metrics",
409+
"containerPort": 9000,
410+
"protocol": "TCP"
411+
}
412+
],
406413
"env": [
407414
{
408415
"name": "APP_ENVIRONMENT",

0 commit comments

Comments
 (0)