57 lines
1.7 KiB
YAML
57 lines
1.7 KiB
YAML
image:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.3.2-ultra-lite@sha256:5c2a328a22ba9907e464569fbc89ea055ae01b37b0f98de2a7db7d950c2e68f3
|
|
fatImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.3.2-fat@sha256:c755fdfa5ef9bbb5d32c3193a7962ec7e42e151c4f161afe7b49aa175858e72e
|
|
fullImage:
|
|
repository: ghcr.io/stirling-tools/s-pdf
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.3.2@sha256:ae74a9f00f374e628c484c2f4bb96c08406a3e8b8cb3825ea821df9dd8a7fdd7
|
|
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"
|