Support more display/spice options.

This commit is contained in:
Michael Lipp 2023-06-18 23:04:57 +02:00
parent 0879e40213
commit 488e6fafdc
4 changed files with 115 additions and 11 deletions

View file

@ -113,10 +113,14 @@ data:
- "type": "raw"
"device": "/dev/disk-{{ $index }}"
{{- end }}
"spice":
"port": {{ .Values.vm.spicePort }}
# "usbRedirects": 2
"display":
"spice":
"port": {{ .Values.vm.spicePort }}
{{- if hasKey .Values.vm "streamingVideo" }}
"streamingVideo": "{{ .Values.vm.streamingVideo }}"
{{- end }}
# "usbRedirects": 2
logging.properties: |
handlers=java.util.logging.ConsoleHandler