From 6d8670fe30e650ca85e713a7b16bfd83d7d3d752 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 24 Nov 2025 11:49:06 -0600 Subject: [PATCH] add pid/gid --- clusters/cl01tl/applications/audiobookshelf/values.yaml | 4 ++++ clusters/cl01tl/platform/qbittorrent/values.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/clusters/cl01tl/applications/audiobookshelf/values.yaml b/clusters/cl01tl/applications/audiobookshelf/values.yaml index a0b545362..ca1d6d99a 100644 --- a/clusters/cl01tl/applications/audiobookshelf/values.yaml +++ b/clusters/cl01tl/applications/audiobookshelf/values.yaml @@ -26,6 +26,10 @@ audiobookshelf: env: - name: TZ value: US/Central + - name: PGID + value: "1000" + - name: PUID + value: "1000" - name: APPRISE_STORAGE_MODE value: memory - name: APPRISE_STATEFUL_MODE diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 6f1d24265..4bb0220a8 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -162,6 +162,10 @@ qbittorrent: env: - name: TZ value: US/Central + - name: PGID + value: "1000" + - name: PUID + value: "1000" - name: APPRISE_STORAGE_MODE value: memory - name: APPRISE_STATEFUL_MODE