Skip to content

Commit 2383e71

Browse files
committed
Fix port definition
1 parent aec50c7 commit 2383e71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/web.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ metadata:
1212
app: ci-workshop
1313
spec:
1414
ports:
15-
- port: 80
16-
- targetPort: 5005
15+
- port: 80
16+
targetPort: 5005
1717
selector:
1818
app: ci-workshop
1919
tier: frontend

0 commit comments

Comments
 (0)