Skip to content

Commit

Permalink
fix: websockets
Browse files Browse the repository at this point in the history
  • Loading branch information
drikqlis committed Mar 15, 2024
1 parent 3e71684 commit 97d865e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/vaultwarden/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sources:
- https://github.com/guerzon/vaultwarden
- https://github.com/dani-garcia/vaultwarden
appVersion: "1.30.5"
version: 0.22.21
version: 0.22.22
kubeVersion: ">=1.12.0-0"

dependencies:
Expand Down
1 change: 1 addition & 0 deletions charts/vaultwarden/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ metadata:
nginx.ingress.kubernetes.io/proxy-connect-timeout: "10"
nginx.ingress.kubernetes.io/proxy-send-timeout: "1800"
nginx.ingress.kubernetes.io/proxy-read-timeout: "1800"
nginx.org/websocket-services: {{ include "vaultwarden.fullname" $ }}
{{- if $ingress.nginxAllowList }}
nginx.ingress.kubernetes.io/whitelist-source-range: {{ $ingress.nginxAllowList }}
{{- end }}
Expand Down

0 comments on commit 97d865e

Please sign in to comment.