Support more display/spice options.
This commit is contained in:
parent
0879e40213
commit
488e6fafdc
4 changed files with 115 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue