dynasafe / SCDF-Knative-workflow

A example workflow that combine SCDF and Knative
0 stars 0 forks source link

Setup knative timeout #4

Open tsunejui opened 2 years ago

tsunejui commented 2 years ago

Survey how to set timeout limit on knative

tsunejui commented 2 years ago

Apply the following YAML file:

https://knative.dev/docs/serving/configuration/config-defaults/

apiVersion:  v1
kind:  ConfigMap
metadata:
  name:  config-defaults
  namespace:  knative-serving
data:
  revision-timeout-seconds: "1000"
  max-revision-timeout-seconds: "2000"