24 lines
470 B
YAML
24 lines
470 B
YAML
image:
|
|
repository: ghcr.io/linuxserver/librespeed
|
|
tag: 5.2.5@sha256:9a59fc73fc05004b22866cde31f335f4dbb5a01d44d429ea5db7d421a3bed8e4
|
|
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
|