From d6ec2c9db8cdd1c415bd026e8f5c0de625a0848f Mon Sep 17 00:00:00 2001 From: eric o meehan Date: Wed, 11 Dec 2024 19:14:59 -0500 Subject: [PATCH] Added Helm deployment for Collabora CODE --- tasks/collabora.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/collabora.yaml b/tasks/collabora.yaml index 9aa400a..9078e31 100644 --- a/tasks/collabora.yaml +++ b/tasks/collabora.yaml @@ -22,8 +22,8 @@ username: collabora_admin password: "{{ collabora_admin_password }}" aliasgroups: - - host: "https://nextcloud.eom.dev:443" - extra_params: --o:ssl.enable=false --o:ssl.termination=true + - host: "https://nextcloud.eom.dev" + extra_params: --o:ssl.enable=false --o:ssl.termination=true --o:num_prespawn_children=4 ingress: enabled: true className: "nginx"