mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
[sabnzbd] add documentation on hostname-check (#321)
This commit is contained in:
parent
11e76c9f15
commit
5bb1c5242d
@ -2,7 +2,7 @@ apiVersion: v2
|
|||||||
appVersion: 3.1.0
|
appVersion: 3.1.0
|
||||||
description: Free and easy binary newsreader
|
description: Free and easy binary newsreader
|
||||||
name: sabnzbd
|
name: sabnzbd
|
||||||
version: 3.7.0
|
version: 3.7.1
|
||||||
keywords:
|
keywords:
|
||||||
- sabnzbd
|
- sabnzbd
|
||||||
- usenet
|
- usenet
|
||||||
|
@ -19,6 +19,13 @@ To install the chart with the release name `my-release`:
|
|||||||
helm install --name my-release k8s-at-home/sabnzbd
|
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
|
## Uninstalling the Chart
|
||||||
|
|
||||||
To uninstall/delete the `my-release` deployment:
|
To uninstall/delete the `my-release` deployment:
|
||||||
|
Loading…
Reference in New Issue
Block a user