504 Gateway Time-out #3271
-
I have an I followed the tutorial and created Maybe I should set kubectl apply -n nginx-gateway -f - <<EOF
apiVersion: gateway.nginx.org/v1alpha1
kind: ClientSettingsPolicy
metadata:
name: gateway-client-settings
spec:
targetRef:
group: gateway.networking.k8s.io
kind: Gateway
name: all-gateway
body:
maxSize: "100m"
timeout: "10m"
keepAlive:
time: "10m"
timeout:
server: "10m"
EOF |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @invokerbyxv, see if you can take advantage of the SnippetsFilter API. The guide shows an example by setting some rate limiting fields, but you should be able to instead set timeout fields in this filter object to attach to your Route. |
Beta Was this translation helpful? Give feedback.
Hi @invokerbyxv, see if you can take advantage of the SnippetsFilter API. The guide shows an example by setting some rate limiting fields, but you should be able to instead set timeout fields in this filter object to attach to your Route.