Skip to content

Commit

Permalink
Merge pull request #69 from dfds/non-root-dockerfile
Browse files Browse the repository at this point in the history
change the port to 8081
  • Loading branch information
HrisyToteva authored Jan 8, 2024
2 parents ec24046 + 2d0aa88 commit 9efa6ea
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 9efa6ea

Please sign in to comment.