mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 14:56:35 +00:00
30 lines
929 B
YAML
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
|