From 50bcece808754cf63a3ded9af0d7bf57236d1354 Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 12 Dec 2024 00:15:41 +0000 Subject: [PATCH] Added Helm deployment for Collabora CODE (#4) Reviewed-on: https://gitea.eom.dev/DevOps/ansible-role-eom/pulls/4 --- 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"