12345678910111213141516171819 |
- appVolumeMounts:
- config:
- emptyDir: true
- mountPath: /config
- embyServerHttp:
- port: 32496
- emptyDirVolumes: true
- environmentVariables: []
- extraAppVolumeMounts:
- - hostPath: /mnt/extras/something
- mountPath: /mnt/extras
- readOnly: true
- gpuConfiguration: {}
- hostNetwork: false
- image:
- pullPolicy: IfNotPresent
- repository: emby/embyserver
- tag: 4.7.11.0
- updateStrategy: Recreate
|