fix(cryptpad): Add websocket annotation

This commit is contained in:
Dominik Kaminski
2023-11-30 20:45:50 +01:00
parent 2628a0e13e
commit c41643ee3e
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,10 @@ enableEmbedding: true
fullnameOverride: "cryptpad"
ingress:
annotations:
nginx.org/websocket-services: "cryptpad"
persistence:
enabled: false

View File

@@ -24,7 +24,7 @@ releases:
# dependencyType=vendor
- name: "jitsi"
chart: "jitsi-repo/sovereign-workplace-jitsi"
version: "1.7.2-feat-jitsi-app-id"
version: "1.7.1"
values:
- "values-jitsi.gotmpl"
installed: {{ .Values.jitsi.enabled }}