fix: name service port

This commit is contained in:
Johannes Reichhardt 2026-03-31 21:02:26 -05:00
parent cf56ed8de8
commit c4ac417a64
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ spec:
selector: selector:
app: txt2md app: txt2md
ports: ports:
- protocol: TCP - name: http
protocol: TCP
port: 80 port: 80
targetPort: 5000 targetPort: 5000
type: ClusterIP type: ClusterIP