Skip to content

Commit

Permalink
chore: nginx timeouts (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 authored Aug 29, 2024
1 parent 668f911 commit 46212fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/website/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ metadata:
app: website
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
spec:
ingressClassName: nginx
tls:
Expand Down

0 comments on commit 46212fe

Please sign in to comment.