From b0596284a8e9e304e8e2aa0e1e99261e5b9fd091 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Fri, 3 Nov 2023 17:37:55 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=9A=80=20lidarr=20postgresql?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kubernetes/apps/default/lidarr/app/helmrelease.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kubernetes/apps/default/lidarr/app/helmrelease.yaml b/kubernetes/apps/default/lidarr/app/helmrelease.yaml index 4b0f37fc2..59132aad5 100644 --- a/kubernetes/apps/default/lidarr/app/helmrelease.yaml +++ b/kubernetes/apps/default/lidarr/app/helmrelease.yaml @@ -58,6 +58,7 @@ spec: LIDARR__PORT: &port 8080 LIDARR__LOG_LEVEL: info PUSHOVER_APP_URL: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}" + PUSHOVER_PRIORITY: "0" envFrom: - secretRef: name: lidarr-secret