test_values.yaml 389 B

12345678910111213141516171819
  1. appVolumeMounts:
  2. config:
  3. emptyDir: true
  4. mountPath: /config
  5. embyServerHttp:
  6. port: 32496
  7. emptyDirVolumes: true
  8. environmentVariables: []
  9. extraAppVolumeMounts:
  10. - hostPath: /mnt/extras/something
  11. mountPath: /mnt/extras
  12. readOnly: true
  13. gpuConfiguration: {}
  14. hostNetwork: false
  15. image:
  16. pullPolicy: IfNotPresent
  17. repository: emby/embyserver
  18. tag: 4.7.11.0
  19. updateStrategy: Recreate