1234567891011121314151617181920 |
- appVolumeMounts:
- config:
- emptyDir: true
- mountPath: /config
- dnsConfig:
- options: []
- emptyDirVolumes: true
- environmentVariables: []
- extraAppVolumeMounts: []
- hostNetwork: false
- image:
- pullPolicy: IfNotPresent
- repository: syncthing/syncthing
- tag: 1.23.1
- ownerGID: 568
- ownerUID: 568
- tcp_port: 32001
- timezone: Europe/London
- udp_port: 32002
- web_port: 32000
|