Skip to content

Commit

Permalink
Add timeout for ingress - web api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 10, 2024
1 parent c6018f5 commit 82f607d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions osm-seed/templates/web/web-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ metadata:
kubernetes.io/ingress.class: nginx
cert-manager.io/cluster-issuer: letsencrypt-prod-issuer
nginx.ingress.kubernetes.io/proxy-body-size: 20m
nginx.ingress.kubernetes.io/proxy-connect-timeout: "600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "600"
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 82f607d

Please sign in to comment.