2021-07-01 18:26:22 +00:00
|
|
|
image:
|
|
|
|
# -- image repository
|
2021-12-03 12:02:44 +00:00
|
|
|
repository: tccr.io/truecharts/librespeed
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image tag
|
2021-12-03 14:07:49 +00:00
|
|
|
tag: version-5.2.4@sha256:c441bc4d4d086a95966e93b4dea82674d1a258774f97084b02e87c0bc38deb2a
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- image pull policy
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
|
2021-09-26 18:05:21 +00:00
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- environment variables. See [image docs](https://hub.docker.com/r/linuxserver/librespeed) for more details.
|
|
|
|
# @default -- See below
|
2022-03-03 11:22:39 +00:00
|
|
|
env: {}
|
2021-07-01 18:26:22 +00:00
|
|
|
# -- Set the container timezone
|
|
|
|
# -- Specify the user ID the application will run as
|
|
|
|
# PASSWORD:
|
|
|
|
# CUSTOM_RESULTS:
|
|
|
|
# DB_TYPE:
|
|
|
|
# DB_NAME:
|
|
|
|
# DB_HOSTNAME:
|
|
|
|
# DB_USERNAME:
|
|
|
|
# DB_PASSWORD:
|
|
|
|
# DB_PORT:
|
|
|
|
|
|
|
|
# -- Configures service settings for the chart.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10016
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 80
|
2021-07-01 18:26:22 +00:00
|
|
|
|
|
|
|
# -- Configure persistence settings for the chart under this key.
|
|
|
|
# @default -- See values.yaml
|
|
|
|
persistence:
|
|
|
|
config:
|
2021-08-29 12:02:17 +00:00
|
|
|
enabled: true
|
2021-11-14 19:19:16 +00:00
|
|
|
mountPath: "/config"
|