mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +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
36 lines
517 B
YAML
36 lines
517 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: weejewel/wg-easy
|
|
tag: "7"
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
wgNetwork:
|
|
udpPort: 30057
|
|
webPort: 30058
|
|
hostNetwork: true
|
|
|
|
wgConfig:
|
|
host: ''
|
|
password: ''
|
|
keepAlive: 0
|
|
clientMTU: 1420
|
|
clientAddressRange: 10.8.0.x
|
|
clientDNSServer: "1.1.1.1"
|
|
allowedIPs: []
|
|
additionalEnvs: []
|
|
|
|
wgStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|