# yaml-language-server: $schema=./values.schema.json image: pullPolicy: IfNotPresent repository: docker.io/yacy/yacy_search_server tag: latest@sha256:4e9a87dd37cc3e446d0784441f0f6c54f7eee1b87381f4b60634f2010cce43b4 persistence: appdata: enabled: true mountPath: /opt/yacy_search_server/DATA securityContext: container: readOnlyRootFilesystem: false runAsGroup: 0 runAsUser: 0 service: https: enabled: true ports: https: enabled: true port: 8443 protocol: tcp targetPort: 8443 main: ports: main: port: 8090 protocol: http targetPort: 8090