From 5bb1c5242d2814bf3d9c8538ef86099e99069d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Tue, 8 Dec 2020 13:15:55 -0500 Subject: [PATCH] [sabnzbd] add documentation on hostname-check (#321) --- charts/sabnzbd/Chart.yaml | 2 +- charts/sabnzbd/README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/charts/sabnzbd/Chart.yaml b/charts/sabnzbd/Chart.yaml index 59212161..1e6ba0d6 100644 --- a/charts/sabnzbd/Chart.yaml +++ b/charts/sabnzbd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 appVersion: 3.1.0 description: Free and easy binary newsreader name: sabnzbd -version: 3.7.0 +version: 3.7.1 keywords: - sabnzbd - usenet diff --git a/charts/sabnzbd/README.md b/charts/sabnzbd/README.md index 86c67389..4d2aa983 100644 --- a/charts/sabnzbd/README.md +++ b/charts/sabnzbd/README.md @@ -19,6 +19,13 @@ To install the chart with the release name `my-release`: helm install --name my-release k8s-at-home/sabnzbd ``` +**IMPORTANT NOTE:** when installing this chart for the first time you will get the follow message in your browser when trying to access Sabnzbd: `Access denied - Hostname verification failed: sabnzbd.org/hostname-check` + +You can do one of two things to solve this issue: + +1. Update the `sabnzbd.ini` config file to your `ingress` name and/or `loadBalancerIP` to the `host_whitelist` field and restart the pod, or +2. Forward the service to your local machine with `kubectl port-forward service/sabnzbd -n default 8080:8080` and update the `host_whitelist` in the Sabnzbd Settings UI + ## Uninstalling the Chart To uninstall/delete the `my-release` deployment: