32 lines
708 B
YAML
32 lines
708 B
YAML
|
env:
|
||
|
CUSTOM_RES_H: "768"
|
||
|
CUSTOM_RES_W: "1280"
|
||
|
EXTRA_PARAMETERS: ""
|
||
|
NOVNC_RESIZE: remote
|
||
|
UG_CHROMIUM_V: latest@sha256:f0065aa44fb1c38b7fc30d34e220138dc0a0c6477b78eb7f59015622c2052030
|
||
|
UMASK: "000"
|
||
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/ungoogled-chromium
|
||
|
tag: latest@sha256:6d6f486c5e9eee69d0de20f2be2f448af52a7fd7bf101d48369474034a2df589
|
||
|
persistence:
|
||
|
datadir:
|
||
|
enabled: true
|
||
|
mountPath: /ungoogledchromium
|
||
|
podSecurityContext:
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 8080
|
||
|
protocol: TCP
|
||
|
targetPort: 8080
|
||
|
|
||
|
portal:
|
||
|
enabled: true
|