123456789101112131415161718192021222324252627282930 |
- image:
- pullPolicy: IfNotPresent
- repository: emby/embyserver
- tag: 4.8.10.0
- resources:
- limits:
- cpu: 4000m
- memory: 8Gi
- embyConfig:
- additionalEnvs: []
- # On migration the default is 2
- embyID:
- user: 568
- group: 568
- embyNetwork:
- webPort: 9096
- hostNetwork: false
- embyStorage:
- config:
- type: ixVolume
- ixVolumeConfig:
- datasetName: config
- additionalStorages: []
- embyGPU: {}
|