mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-09 05:06:07 +00:00
Process review comments
This commit is contained in:
parent
b6ec5f8e71
commit
f8babcb5a2
@ -12,6 +12,6 @@ maintainers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: media-common-openvpn
|
- name: media-common-openvpn
|
||||||
repository: https://k8s-at-home.com/charts/
|
repository: https://k8s-at-home.com/charts/
|
||||||
version: 1.0.0
|
version: ^1.0.0
|
||||||
condition: openvpn.enabled
|
condition: openvpn.enabled
|
||||||
alias: openvpn
|
alias: openvpn
|
||||||
|
@ -23,3 +23,8 @@ These values will normally be nested as it is a dependency, for example:
|
|||||||
radarr:
|
radarr:
|
||||||
<values>
|
<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)
|
||||||
|
@ -1,6 +1,22 @@
|
|||||||
|
---
|
||||||
image:
|
image:
|
||||||
organization: linuxserver
|
organization: linuxserver
|
||||||
repository: radarr
|
repository: radarr
|
||||||
tag: latest
|
tag: latest
|
||||||
service:
|
service:
|
||||||
port: 7878
|
port: 7878
|
||||||
|
|
||||||
|
openvpn:
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
image:
|
||||||
|
repository: dperson/openvpn-client
|
||||||
|
tag: latest
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
|
scripts:
|
||||||
|
up:
|
||||||
|
down:
|
||||||
|
|
||||||
|
networkPolicy:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user