Skip to content

Commit

Permalink
reduce nginx read timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Feb 14, 2024
1 parent ef71d69 commit 6292b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/osmcha/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: osmcha-ingress
annotations:
cert-manager.io/issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-read-timeout: "60"
spec:
ingressClassName: nginx
{{- if .Values.config.enable_tls }}
Expand Down

0 comments on commit 6292b91

Please sign in to comment.