36 lines
697 B
YAML
36 lines
697 B
YAML
env:
|
|
VNC_PW: unraid
|
|
VNC_RESOLUTION: 1360x768
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/firefox-desktop-g3
|
|
tag: latest@sha256:802e2cd5ec4f636130b424f291e0d8d7d9ed061f88d4949bf0c1d6da4872dc8a
|
|
persistence:
|
|
internalshare:
|
|
enabled: true
|
|
mountPath: /UNRAID_SHARE
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6901
|
|
protocol: HTTP
|
|
targetPort: 6901
|
|
webuivnc:
|
|
enabled: true
|
|
ports:
|
|
webuivnc:
|
|
enabled: true
|
|
port: 5901
|
|
protocol: TCP
|
|
targetPort: 5901
|
|
|
|
portal:
|
|
enabled: true
|