mirror of
https://github.com/truenas/charts.git
synced 2026-05-01 22:11:04 +08:00
* Upgraded catalog item(s)
This commit upgrades wg-easy, home-assistant, prometheus, paperless-ngx, redis, vaultwarden, castopod, netbootxyz, tautulli, homepage, audiobookshelf, tdarr catalog item(s).
* revert netboot
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
38 lines
564 B
YAML
38 lines
564 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/wg-easy/wg-easy
|
|
tag: '14'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
wgNetwork:
|
|
udpPort: 30057
|
|
webPort: 30058
|
|
hostNetwork: true
|
|
|
|
wgConfig:
|
|
host: ''
|
|
externalPort: 51820
|
|
password: ''
|
|
keepAlive: 0
|
|
clientMTU: 1420
|
|
clientAddressRange: 10.8.0.x
|
|
clientDNSServer: 1.1.1.1
|
|
deviceName: eth0
|
|
allowedIPs: []
|
|
additionalEnvs: []
|
|
|
|
wgStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|