From f923ce69b5997a5f86ed1355c6b58bd4918586fa Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Jun 2025 22:11:25 -0500 Subject: [PATCH] remove allowed hosts --- clusters/cl01tl/applications/audiobookshelf/values.yaml | 2 -- clusters/cl01tl/platform/qbittorrent/values.yaml | 2 -- 2 files changed, 4 deletions(-) diff --git a/clusters/cl01tl/applications/audiobookshelf/values.yaml b/clusters/cl01tl/applications/audiobookshelf/values.yaml index 0d0c6131d..31bbb4512 100644 --- a/clusters/cl01tl/applications/audiobookshelf/values.yaml +++ b/clusters/cl01tl/applications/audiobookshelf/values.yaml @@ -37,8 +37,6 @@ audiobookshelf: secretKeyRef: name: audiobookshelf-apprise-config key: ntfy-url - - name: ALLOWED_HOSTS - value: localhost audiobookshelf.audiobookshelf resources: requests: cpu: 10m diff --git a/clusters/cl01tl/platform/qbittorrent/values.yaml b/clusters/cl01tl/platform/qbittorrent/values.yaml index 03c00b3a7..e1b5e2f2c 100644 --- a/clusters/cl01tl/platform/qbittorrent/values.yaml +++ b/clusters/cl01tl/platform/qbittorrent/values.yaml @@ -178,8 +178,6 @@ qbittorrent: secretKeyRef: name: qbittorrent-qbit-manage-config key: ntfy-url - - name: ALLOWED_HOSTS - value: localhost qbittorrent.qbittorrent qbittorrent.alexlebens.net resources: requests: cpu: 10m