Strapi admin panel not routing correctly with Nginx Ingress

The way we pipe it to 80 instead of 1337 is this is what our strapi-service looks like

apiVersion: v1
kind: Service
metadata:
  name: strapi-service
spec:
  selector:
    app: strapi
    tier: backend
    track: stable
  ports:
    - protocol: TCP
      port: 80
      targetPort: 1337