From d8640396c7bf524f21c84367c632d3241212e5d6 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Feb 2024 12:59:23 +0100 Subject: [PATCH] apps(lychee): Enable livewire again --- apps/lychee/app/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index e38a695..39ef7b2 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -47,7 +47,7 @@ spec: - name: APP_FORCE_HTTPS value: 'true' - name: LIVEWIRE_ENABLED - value: 'false' + value: 'true' volumes: - name: lychee-sym persistentVolumeClaim: