Process review comments

This commit is contained in:
bjws 2020-09-13 09:34:47 +02:00
parent b6ec5f8e71
commit f8babcb5a2
No known key found for this signature in database
GPG Key ID: A03DFA2C45B4BD93
3 changed files with 23 additions and 2 deletions

View File

@ -12,6 +12,6 @@ maintainers:
dependencies:
- name: media-common-openvpn
repository: https://k8s-at-home.com/charts/
version: 1.0.0
version: ^1.0.0
condition: openvpn.enabled
alias: openvpn

View File

@ -22,4 +22,9 @@ These values will normally be nested as it is a dependency, for example:
```yaml
radarr:
<values>
```
```
## Add-ons
### OpenVPN
It is possible to enable an OpenVPN add-on by setting `openvpn.enabled: true`. For more information refer to [k8s-at-home/media-common-openvpn](https://github.com/k8s-at-home/charts/tree/master/charts/media-common-openvpn)

View File

@ -1,6 +1,22 @@
---
image:
organization: linuxserver
repository: radarr
tag: latest
service:
port: 7878
openvpn:
enabled: true
image:
repository: dperson/openvpn-client
tag: latest
pullPolicy: IfNotPresent
scripts:
up:
down:
networkPolicy:
enabled: false