chore(arr): stand up temporary torrent deployment
This commit is contained in:
parent
bb3362031d
commit
21a6942122
8 changed files with 187 additions and 0 deletions
23
apps/temp-arr/base/kustomization.yaml
Normal file
23
apps/temp-arr/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: arr
|
||||
|
||||
resources:
|
||||
- ./ns.yaml
|
||||
- ./deployment.gluetun.yaml
|
||||
- ./service.gluetun.yaml
|
||||
|
||||
configMapGenerator:
|
||||
- name: gluetun-env
|
||||
literals:
|
||||
- TZ=America/New_York
|
||||
- VPN_SERVICE_PROVIDER=mullvad
|
||||
# - #VPN_TYPE=wireguard
|
||||
- VPN_TYPE=openvpn
|
||||
- SERVER_COUNTRIES=Switzerland
|
||||
# - HTTPPROXY=on
|
||||
# - SHADOWSOCKS=on
|
||||
# - SHADOWSOCKS_PASSWORD=IOnx6nu5Bm7ZFVhN2
|
||||
|
||||
generators:
|
||||
- secret-generator.yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue