TrueChartsClone/charts/stable/firefox/values.yaml

47 lines
880 B
YAML

image:
repository: tccr.io/truecharts/firefox
pullPolicy: IfNotPresent
tag: v116.0.3@sha256:3a492b50e579e44d4d5e4cf8964f7d25b0a339b83097d33020c1cd6d94f964d8
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
port: 10131
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
readiness:
type: http
startup:
type: http
env:
FM_HOME: "/config"
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
TITLE: "TrueChartVNC Client"
persistence:
config:
enabled: true
mountPath: /config
varrun:
enabled: false
portal:
open:
enabled: true