Skip to content

Commit

Permalink
Increase websocket timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoDCube committed Dec 5, 2024
1 parent b156495 commit 2677272
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/matverseny-backend/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion charts/matverseny-backend/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/matverseny/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/matverseny/templates/matverseny-backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2677272

Please sign in to comment.