change NodePort port

This commit is contained in:
Mans Ziesel 2024-09-19 19:51:48 +02:00
parent d76adfda90
commit 3595f174e6

View File

@ -7,6 +7,6 @@ spec:
ports: ports:
- port: 80 - port: 80
targetPort: 80 targetPort: 80
nodePort: 1337 nodePort: 31337
selector: selector:
app: guestbook-ui app: guestbook-ui