mirror of
https://github.com/truenas/charts.git
synced 2026-05-11 19:16:17 +08:00
This commit upgrades wg-easy, pihole, home-assistant, plex, gitea, twofactor-auth, drawio, metube, castopod, tailscale, prowlarr, lidarr, immich, linkding, passbolt, sabnzbd, komga, readarr, n8n, planka, node-red, homarr catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
37 lines
542 B
YAML
37 lines
542 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ghcr.io/wg-easy/wg-easy
|
|
tag: '12'
|
|
|
|
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
|
|
deviceName: eth0
|
|
allowedIPs: []
|
|
additionalEnvs: []
|
|
|
|
wgStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|