From 267727225392cdf8d3ded23ab29c41854dc0070f Mon Sep 17 00:00:00 2001 From: Zoltan Szepesi <2dcube01@gmail.com> Date: Thu, 5 Dec 2024 19:41:38 +0100 Subject: [PATCH] Increase websocket timeout --- charts/matverseny-backend/Chart.yaml | 2 +- charts/matverseny-backend/values.yaml | 5 ++++- charts/matverseny/Chart.yaml | 2 +- charts/matverseny/templates/matverseny-backend.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/charts/matverseny-backend/Chart.yaml b/charts/matverseny-backend/Chart.yaml index a28ef7a..c63bb14 100644 --- a/charts/matverseny-backend/Chart.yaml +++ b/charts/matverseny-backend/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.12 +version: 0.1.13 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/matverseny-backend/values.yaml b/charts/matverseny-backend/values.yaml index ce8ed18..29f5d1f 100644 --- a/charts/matverseny-backend/values.yaml +++ b/charts/matverseny-backend/values.yaml @@ -73,7 +73,10 @@ service: ingress: enabled: false className: "" - annotations: {} + annotations: + nginx.ingress.kubernetes.io/proxy-connect-timeout: "43200" + nginx.ingress.kubernetes.io/proxy-read-timeout: "43200" + nginx.ingress.kubernetes.io/proxy-send-timeout: "43200" hosts: - host: chart-example.local paths: diff --git a/charts/matverseny/Chart.yaml b/charts/matverseny/Chart.yaml index 0a162d2..632067d 100644 --- a/charts/matverseny/Chart.yaml +++ b/charts/matverseny/Chart.yaml @@ -15,4 +15,4 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.20 +version: 0.1.21 diff --git a/charts/matverseny/templates/matverseny-backend.yaml b/charts/matverseny/templates/matverseny-backend.yaml index 2bd0797..c3eed3e 100644 --- a/charts/matverseny/templates/matverseny-backend.yaml +++ b/charts/matverseny/templates/matverseny-backend.yaml @@ -9,7 +9,7 @@ spec: source: repoURL: https://verseghy.github.io/charts/ chart: matverseny-backend - targetRevision: 0.1.12 + targetRevision: 0.1.13 helm: valuesObject: ingress: