From f8babcb5a2257ed76c0b938e447a273c3918aa34 Mon Sep 17 00:00:00 2001 From: bjws Date: Sun, 13 Sep 2020 09:34:47 +0200 Subject: [PATCH] Process review comments --- charts/media-common/Chart.yaml | 2 +- charts/media-common/README.md | 7 ++++++- charts/media-common/ci/ct-values.yaml | 16 ++++++++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/charts/media-common/Chart.yaml b/charts/media-common/Chart.yaml index 120b989a..8772500b 100644 --- a/charts/media-common/Chart.yaml +++ b/charts/media-common/Chart.yaml @@ -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 diff --git a/charts/media-common/README.md b/charts/media-common/README.md index 043d9a94..11f3218c 100644 --- a/charts/media-common/README.md +++ b/charts/media-common/README.md @@ -22,4 +22,9 @@ These values will normally be nested as it is a dependency, for example: ```yaml radarr: -``` \ No newline at end of file +``` + +## 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) diff --git a/charts/media-common/ci/ct-values.yaml b/charts/media-common/ci/ct-values.yaml index 2e2ef0b2..477de624 100644 --- a/charts/media-common/ci/ct-values.yaml +++ b/charts/media-common/ci/ct-values.yaml @@ -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