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: ports:
- port: 80 - port: 80
name: http name: http
targetPort: 3001 targetPort: 3000
selector: selector:
app: lecoffre-front app: lecoffre-front
--- ---