From 171f66e5cb23185c2aef7e31f06efc7dcd98966f Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 17 Feb 2024 12:53:35 +0100 Subject: [PATCH] apps(lychee): Disable livewire --- apps/lychee/app/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/lychee/app/deploy.yaml b/apps/lychee/app/deploy.yaml index 55c0db8..e38a695 100644 --- a/apps/lychee/app/deploy.yaml +++ b/apps/lychee/app/deploy.yaml @@ -46,6 +46,8 @@ spec: value: '*' - name: APP_FORCE_HTTPS value: 'true' + - name: LIVEWIRE_ENABLED + value: 'false' volumes: - name: lychee-sym persistentVolumeClaim: