Cleanup and added Prometheus metric port

This commit is contained in:
2025-10-08 19:37:49 +02:00
parent 7281fb238f
commit 8faef8f8d8
3 changed files with 12 additions and 7 deletions

View File

@@ -11,4 +11,10 @@ spec:
port: 8101
targetPort: 8101
nodePort: 30101
name: fastapi
- protocol: TCP
port: 9000
targetPort: 9000
nodePort: 30900
name: prometheus-metrics
type: NodePort