image: repository: ghcr.io/linuxserver/firefox pullPolicy: IfNotPresent tag: 116.0.3@sha256:27751e123a4a17be1e60f672ff79c1f40bbc7488d4b470fa8f49633131233486 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