mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* update templates * fix names * update ui * add group * add migration * wrong dir * fix typo * rename * add hostnet test
34 lines
465 B
YAML
34 lines
465 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: syncthing/syncthing
|
|
tag: 1.27.3
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
podOptions:
|
|
dnsConfig:
|
|
options: []
|
|
|
|
syncthingConfig:
|
|
additionalEnvs: []
|
|
|
|
syncthingID:
|
|
user: 568
|
|
group: 568
|
|
|
|
syncthingNetwork:
|
|
webPort: 20910
|
|
tcpPort: 20978
|
|
udpPort: 20979
|
|
hostNetwork: false
|
|
|
|
syncthingStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|