31 lines
595 B
YAML
31 lines
595 B
YAML
image:
|
|
repository: tccr.io/truecharts/novnc
|
|
pullPolicy: IfNotPresent
|
|
tag: version-1.2.0@sha256:aac782a823a7c34efce17d635a706cf967c6690784f0da9bd8efd4bb0bb598c1
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6080
|
|
targetPort: 6080
|
|
persistence:
|
|
varrun:
|
|
enabled: true
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
REMOTE_HOST: "localhost"
|
|
REMOTE_PORT: "5900"
|