47 lines
880 B
YAML
47 lines
880 B
YAML
image:
|
|
repository: tccr.io/truecharts/firefox
|
|
pullPolicy: IfNotPresent
|
|
tag: v115.0.3@sha256:6b692eb88ca63ed265b7ede478d5e6325dcc85dbbe04f6c3da12f64a2bb45964
|
|
|
|
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
|