update kubernetes service port

This commit is contained in:
2025-08-26 19:55:03 +02:00
parent 0e8a99a277
commit 685fe225f4

View File

@@ -9,8 +9,9 @@ metadata:
spec: spec:
ports: ports:
- port: 80 - port: 80
name: http
protocol: TCP protocol: TCP
targetPort: 3000 targetPort: 6081
selector: selector:
app: infra-map app: infra-map
sessionAffinity: None sessionAffinity: None