diff --git a/devops/charts/templates/lecoffre-back.yaml b/devops/charts/templates/lecoffre-back.yaml index 24514163..51ee72d4 100644 --- a/devops/charts/templates/lecoffre-back.yaml +++ b/devops/charts/templates/lecoffre-back.yaml @@ -36,7 +36,7 @@ spec: ports: - port: 80 name: http - targetPort: 1337 + targetPort: 3001 selector: app: lecoffre-back ---