Skip to content
Snippets Groups Projects
Commit fc652a1b8840 authored by Alexander Trost's avatar Alexander Trost
Browse files

Added port name to Deployment

parent 7aca902f0a70
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,9 @@
image: registry.zerbytes.net/atrost/presentation-gitlab-k8s:__VERSION__
imagePullPolicy: Always
ports:
- containerPort: 8000
- name: http-metrics
protocol: TCP
containerPort: 8000
livenessProbe:
httpGet:
path: /health
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment