Files
chart/library/ix-dev/charts/syncthing/values.yaml
Stavros Kois 1a797b4b70 syncthing - migrate library (#2181)
* update templates

* fix names

* update ui

* add group

* add migration

* wrong dir

* fix typo

* rename

* add hostnet test
2024-02-20 12:01:40 +02:00

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: []