TrueChartsClone/charts/incubator/virt-manager/values.yaml

38 lines
756 B
YAML

env:
HOSTS: "['qemu:///system']"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/virt-manager
tag: latest@sha256:a2fb2ea2be2ce2925518df5d96567821b461b931059b06f889e5dcd2d36323ab
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:
enabled: true
ports:
main:
enabled: true
port: 8185
protocol: TCP
targetPort: 80
portal:
enabled: true