Skip to content

Commit

Permalink
change the port to 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
HrisyToteva committed Jan 8, 2024
1 parent ec24046 commit 2d0aa88
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion k8s/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -80,3 +80,5 @@ spec:
value: "PLAIN"
- name: KUBERNETES_SERVICE_KAFKA_SECURITY_PROTOCOL
value: "SASL_SSL"
- name: ASPNETCORE_URLS
value: "http://*:8081"

0 comments on commit 2d0aa88

Please sign in to comment.