Files
truecharts/charts/incubator/ungoogled-chromium/values.yaml
T

31 lines
579 B
YAML

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