env: INSTANCE_NAME: "" image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/searxng tag: latest@sha256:e54050f3de5195e5d5e511906f96ccae2ea011ebccc0db57b8005a68e06c93fb persistence: config: enabled: true mountPath: /etc/searxng podSecurityContext: runAsGroup: 0 runAsUser: 0 securityContext: readOnlyRootFilesystem: false runAsNonRoot: false service: main: ports: main: port: 8080 protocol: TCP targetPort: 8080 portal: enabled: true