123456789101112131415161718192021222324252627282930313233 |
- image:
- pullPolicy: IfNotPresent
- repository: syncthing/syncthing
- tag: 1.29.2
- 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: []
|