2022-11-15 00:14:12 +00:00
|
|
|
env:
|
|
|
|
HOSTS: "['qemu:///system']"
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/virt-manager
|
2023-01-24 12:42:33 +00:00
|
|
|
tag: latest@sha256:ed155c6cd0a8d62d621849074d92417fb6153496ec6a76c773a91447e91901bb
|
2022-11-15 00:14:12 +00:00
|
|
|
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
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 8185
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 80
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|