Files
truecharts/charts/incubator/virt-manager/values.yaml
T
TrueCharts BotandGitHub 96c84eed18 chore(deps): update container image tccr.io/truecharts/virt-manager to latest (#5806)
* chore(deps): update container image tccr.io/truecharts/virt-manager to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-12-26 14:20:28 +01:00

36 lines
716 B
YAML

env:
HOSTS: "['qemu:///system']"
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/virt-manager
tag: latest@sha256:e583584d1787d32c659659e6c8d375470cbe863bf8f15023e5c1c2507afb13c0
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