mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
a3ac7d6c76
* fix: use common library * fix: use common library
43 lines
747 B
YAML
43 lines
747 B
YAML
#
|
|
# IMPORTANT NOTE
|
|
#
|
|
# This chart inherits from our common library chart. You can check the default values/options here:
|
|
# https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common/values.yaml
|
|
#
|
|
|
|
image:
|
|
repository: linuxserver/librespeed
|
|
pullPolicy: IfNotPresent
|
|
tag: version-5.2.4
|
|
|
|
strategy:
|
|
type: Recreate
|
|
|
|
# See more environment variables in the librespeed documentation
|
|
# https://hub.docker.com/r/linuxserver/librespeed
|
|
env: {}
|
|
# TZ:
|
|
# PUID:
|
|
# PGID:
|
|
# PASSWORD:
|
|
# CUSTOM_RESULTS:
|
|
# DB_TYPE:
|
|
# DB_NAME:
|
|
# DB_HOSTNAME:
|
|
# DB_USERNAME:
|
|
# DB_PASSWORD:
|
|
# DB_PORT:
|
|
|
|
service:
|
|
port:
|
|
port: 80
|
|
|
|
ingress:
|
|
enabled: false
|
|
|
|
persistence:
|
|
config:
|
|
enabled: false
|
|
emptyDir:
|
|
enabled: false
|