fix(vaultwarden): correct ws service definition (#2593)
* Update common.yaml * Update Chart.yaml
This commit is contained in:
@@ -28,7 +28,7 @@ name: vaultwarden
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/dani-garcia/vaultwarden
|
- https://github.com/dani-garcia/vaultwarden
|
||||||
type: application
|
type: application
|
||||||
version: 14.0.16
|
version: 14.0.17
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- security
|
- security
|
||||||
|
|||||||
@@ -10,12 +10,13 @@
|
|||||||
|
|
||||||
{{/* Define path for websocket */}}
|
{{/* Define path for websocket */}}
|
||||||
{{- define "vaultwarden.websocket" -}}
|
{{- define "vaultwarden.websocket" -}}
|
||||||
|
{{- $fullname := include "common.names.fullname" . -}}
|
||||||
path: "/notifications/hub"
|
path: "/notifications/hub"
|
||||||
# -- Ignored if not kubeVersion >= 1.14-0
|
# -- Ignored if not kubeVersion >= 1.14-0
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
service:
|
service:
|
||||||
# -- Overrides the service name reference for this path
|
# -- Overrides the service name reference for this path
|
||||||
name: ws
|
name: {{ printf "%s-ws" $fullname }}
|
||||||
port: {{ .Values.service.ws.ports.ws.port }}
|
port: {{ .Values.service.ws.ports.ws.port }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user