image: repository: tccr.io/truecharts/firefox pullPolicy: IfNotPresent tag: v109.0.1@sha256:0d5c436afbd776aab406ec12ff2230fa45b4aaba31f75735cca0cde4254fc7ec 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