40 lines
772 B
YAML
40 lines
772 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: mber5/virt-manager
|
|
tag: latest@sha256:111674d877635e0f85baabfb202bba560e7ec5ccdf0d2f1ebcb48fc9c32bfd48
|
|
persistence:
|
|
devkvm:
|
|
enabled: true
|
|
mountPath: /dev/kvm
|
|
images:
|
|
enabled: true
|
|
mountPath: /var/lib/libvirt/images
|
|
libvirt-sock:
|
|
enabled: true
|
|
mountPath: /var/run/libvirt/libvirt-sock
|
|
rootfolder:
|
|
enabled: true
|
|
mountPath: /root
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8185
|
|
protocol: tcp
|
|
targetPort: 80
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
HOSTS: "['qemu:///system']"
|