fix target port

This commit is contained in:
pida123 2023-08-04 11:19:32 +02:00
parent eceaa3622a
commit 7ed41809f5

View File

@ -32,7 +32,7 @@ spec:
ports:
- port: 80
name: http
targetPort: 3001
targetPort: 3000
selector:
app: lecoffre-front
---