504 Gateway Timeout with Load balancer Service

Hello,
I was getting 504 Timeout error when my request take more than 1min to complete. Is there any way I can increase this time out limit…!?
My service.yml looks something like this:

---
apiVersion: v1
kind: Service
metadata:
  name: mufg-bank-interfacer
spec:
  selector:
    app: mufg-bank-interfacer
  ports:
    - port: 8183
      targetPort: 8183
  type: LoadBalancer

Thanks…

Hi @sir-argupta !

Can you provide a minimal example with steps to reproduce the issue?