From 2d0aa8877681d54f52ce8af1c07c5a63f78eed3c Mon Sep 17 00:00:00 2001 From: HrisyToteva Date: Mon, 8 Jan 2024 11:34:59 +0100 Subject: [PATCH] change the port to 8081 --- k8s/deployment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/deployment.yml b/k8s/deployment.yml index b15d186..9a130a5 100644 --- a/k8s/deployment.yml +++ b/k8s/deployment.yml @@ -24,7 +24,7 @@ spec: - name: k8s-janitor image: 579478677147.dkr.ecr.eu-central-1.amazonaws.com/ded/k8s-janitor:$(Build.BuildId) ports: - - containerPort: 80 + - containerPort: 8081 name: web - containerPort: 8080 name: metrics @@ -80,3 +80,5 @@ spec: value: "PLAIN" - name: KUBERNETES_SERVICE_KAFKA_SECURITY_PROTOCOL value: "SASL_SSL" + - name: ASPNETCORE_URLS + value: "http://*:8081"