Files
truecharts/charts/incubator/chromium/values.yaml
T
TrueCharts BotandGitHub 8df9fcf7dd chore(deps): update docker general non-major (#3313)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-07-27 11:54:21 +02:00

29 lines
583 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