hive-apps/projects/downloader/values/youtubedl.yaml
2021-11-28 11:16:31 +01:00

30 lines
929 B
YAML

ingress:
main:
enabled: true
annotations:
cert-manager.io/cluster-issuer: "vault-issuer"
kubernetes.io/ingress.class: "nginx"
nginx.ingress.kubernetes.io/auth-url: |
https://youtubedl.dc/akprox/auth/nginx
nginx.ingress.kubernetes.io/auth-signin: |
https://youtubedl.dc/akprox/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-response-headers: |
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |
proxy_set_header X-Forwarded-Host $http_host;
hosts:
- host: youtubedl.dc
paths:
- path: /
pathType: Prefix
tls:
- secretName: youtubedl.dc-tls
hosts:
- youtubedl.dc
hostPathMounts:
- name: downloads
enabled: true
mountPath: /downloads
hostPath: /data/downloads