kube-cascade/tubearchivist/values.yaml

23 lines
434 B
YAML
Raw Normal View History

2023-12-20 22:40:16 +00:00
---
image:
tag: "v0.4.4"
persistence:
youtube:
enabled: true
type: nfs
server: 172.16.18.1
path: /volume1/youtube
cache:
enabled: true
type: emptyDir
sizeLimit: 5Gi
env:
TA_HOST: "tubearchive.strudelline.net"
HOST_UID: 1029
HOST_GID: 100
TA_AUTH_PROXY_LOGOUT_URL: "https://tubearchive.strudelline.net/oauth2/sign_out"
TA_AUTH_USERNAME_HEADER: X-Auth-Username
TA_ENABLE_AUTH_PROXY: True