# yaml-language-server: $schema=./values.schema.json image: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent tag: 2.14.1-ultra-lite@sha256:65c7f37796b8f3a0ee519f3f10228de0667d3df1a8aaa65f6d1a7fce212643d8 fatImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent tag: 2.14.2-fat@sha256:aa91c68b85992986302fbdb6735f2c0824e329304e43c814a9b77c9dd0dbe410 fullImage: repository: ghcr.io/stirling-tools/s-pdf pullPolicy: IfNotPresent tag: 2.14.2@sha256:7ed4d9681d18e4fbc3aa6a63647c4b5c2bcc4b75841df7c05d7e3d2320f5c9a1 securityContext: container: runAsNonRoot: false readOnlyRootFilesystem: false runAsUser: 0 runAsGroup: 0 service: main: ports: main: protocol: http targetPort: 8080 port: 18080 workload: main: podSpec: containers: main: # checkout the difference between the images. # https://github.com/Stirling-Tools/Stirling-PDF/blob/main/Version-groups.md imageSelector: image env: # enable to add login support DOCKER_ENABLE_SECURITY: false # uncomment to set the intial auth # default auth below # SECURITY_INITIALLOGIN_USERNAME: admin # SECURITY_INITIALLOGIN_PASSWORD: stirling # Download Calibre onto Stirling-PDF to enable PDF to/from book and advanced HTML conversion INSTALL_BOOK_AND_ADVANCED_HTML_OPS: false LANGS: en_US persistence: configs: enabled: true mountPath: "/configs" tessdata: enabled: true mountPath: "/usr/share/tessdata" custom-files: enabled: true mountPath: "/customFiles" logs: enabled: true mountPath: "/logs"