32 lines
608 B
YAML
32 lines
608 B
YAML
env:
|
|
CUSTOM_RES_H: "768"
|
|
CUSTOM_RES_W: "1280"
|
|
EXTRA_PARAMETERS: ""
|
|
UMASK: "000"
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/chromium
|
|
tag: latest@sha256:7fad614d8b3a5ae9c689872a2dd6c7464bac31161f8f8db92544eda8292ddce7
|
|
persistence:
|
|
datadir:
|
|
enabled: true
|
|
mountPath: /chrome
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
enabled: true
|
|
port: 8080
|
|
protocol: TCP
|
|
targetPort: 8080
|
|
|
|
portal:
|
|
enabled: true
|