bitwarden / helm-charts

GNU Affero General Public License v3.0
23 stars 18 forks source link

Added additional annotations for nginx #178

Closed keithhubner closed 6 days ago

keithhubner commented 2 weeks ago

We have found that the current suggested nginx annotations cause issues with file uploads in the application. This PR introduces the additional annotations to align with those set in the standard deployment of the application:

nginx.ingress.kubernetes.io/proxy-body-size: 500m nginx.ingress.kubernetes.io/proxy-read-timeout: "600" nginx.ingress.kubernetes.io/proxy-send-timeout: "600" nginx.ingress.kubernetes.io/proxy-connect-timeout: "600"

bitwarden-bot commented 2 weeks ago

Logo Checkmarx One – Scan Summary & Detailsc5afd711-4241-4443-aca7-48217556ef62

No New Or Fixed Issues Found