* chore(deps): update docker general non-major * Commit bumped Chart Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
36 lines
716 B
YAML
36 lines
716 B
YAML
env:
|
|
HOSTS: "['qemu:///system']"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/virt-manager
|
|
tag: latest@sha256:38a8257285e6c104bee0e41a1d7619866b35a912bdcb8d9570455b710e15a265
|
|
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
|