image: repository: tccr.io/truecharts/firefox pullPolicy: IfNotPresent tag: v116.0.3@sha256:73ed78e146fda97fec022f0db53b6b8bbac388db0e231706c7bd0b3bf79e9cda 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