chore(incubator): Move Dev to incubator and some cleanup
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
env:
|
||||
VNC_PW: unraid
|
||||
VNC_RESOLUTION: 1360x768
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/opengl-desktop-g3
|
||||
tag: latest
|
||||
persistence:
|
||||
internalshare:
|
||||
enabled: true
|
||||
mountPath: /UNRAID_SHARE
|
||||
podSecurityContext:
|
||||
runAsGroup: 0
|
||||
runAsUser: 0
|
||||
securityContext:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
service:
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
main:
|
||||
enabled: true
|
||||
port: 6901
|
||||
protocol: HTTP
|
||||
targetPort: 6901
|
||||
webuivnc:
|
||||
enabled: true
|
||||
ports:
|
||||
webuivnc:
|
||||
enabled: true
|
||||
port: 5901
|
||||
protocol: TCP
|
||||
targetPort: 5901
|
||||
Reference in New Issue
Block a user