Skip to content

How to set timeouts when using Gateway API #6468

Closed Answered by heruscode
heruscode asked this question in Q&A
Discussion options

You must be logged in to vote

after some digging, I discovered that I needed to insert the annotations into Service resources

apiVersion: v1
kind: Service
metadata:
  annotations:
    cloud.google.com/backend-config: '{"default": "charmander-dev3"}'
    konghq.com/connect-timeout: "1800000"
    konghq.com/read-timeout: "1800000"
    konghq.com/write-timeout: "1800000"
  name: charmander-dev3
  namespace: dev3

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by programmer04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant