mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
* migrate `wg-easy` to the new common library * rename * do the helm migration * default to true as it was * fix typo * fix typo * fix ci case * hmm * remove one fail * hmm * add 2. * update migration script * update migration * testupgrades * meta * cleanup * reset * untouch * bump common * fix migration entrypoint * untouch * bump common * bump common * update migrations * fix values * fix dnsOpts * migration changes * clean up * bump common * naming * Add reasoning for keeping a version around * update migration script * untouch catalog.json
15 lines
235 B
YAML
15 lines
235 B
YAML
wgStorage:
|
|
config:
|
|
type: pvc
|
|
|
|
wgConfig:
|
|
host: wg.domain.com
|
|
password: secret
|
|
clientMTU: 1420
|
|
keepAlive: 5
|
|
clientAddressRange: 10.10.0.x
|
|
clientDNSServer: "8.8.8.8"
|
|
allowedIPs:
|
|
- 10.10.10.0/24
|
|
- 10.10.12.0/24
|