media: wireguard values from airvpn config
This commit is contained in:
@@ -6,10 +6,10 @@ Service endpoints:
|
||||
|
||||
AirVPN WireGuard values:
|
||||
- Update `helm-values/gluetun_values.yaml`:
|
||||
- `secret.privateKey` -> AirVPN WireGuard private key
|
||||
- `secret.addresses` -> WireGuard tunnel address(es) (IPv4 /32 and optional IPv6)
|
||||
- `env.WIREGUARD_ADDRESSES` -> WireGuard tunnel address(es) (IPv4 /32 and optional IPv6)
|
||||
- `env.SERVER_HOSTNAMES` -> stable AirVPN server hostname
|
||||
- Alternatively set `secret.create: false` and provide a Secret named `gluetun-wireguard` with keys `WIREGUARD_PRIVATE_KEY` and `WIREGUARD_ADDRESSES`.
|
||||
- Create a Secret named `gluetun-wireguard` with key `WIREGUARD_PRIVATE_KEY` from your AirVPN WireGuard config (do not commit the key).
|
||||
- `helm-values/gluetun_values.yaml` sets `secret.create: false` so the chart does not create a placeholder secret.
|
||||
|
||||
Validation:
|
||||
- ArgoCD health: `argocd app get gluetun` and `argocd app get nzbget`
|
||||
|
||||
Reference in New Issue
Block a user