24 lines
470 B
YAML
24 lines
470 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/librespeed
|
|
tag: 5.3.0@sha256:4e6e49c172ac10073036fbe3d8f64466843c705da3bee16c84cb8886bbb6693c
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10016
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|