add lidatube

This commit is contained in:
2024-08-14 09:54:08 -05:00
parent 364cde4f52
commit eaf3167fa0
9 changed files with 305 additions and 1 deletions

View File

@@ -0,0 +1,37 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: lidatube
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: lidatube
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
external-dns.alpha.kubernetes.io/hostname: lidatube.alexlebens.net
external-dns.alpha.kubernetes.io/target: cl01tl-endpoint.alexlebens.net
kubernetes.io/ingress.class: traefik
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`lidatube.alexlebens.net`)
middlewares:
- name: authentik-lidatube
namespace: {{ .Release.Namespace }}
priority: 10
services:
- kind: Service
name: lidatube
port: 80
- kind: Rule
match: Host(`lidatube.alexlebens.net`) && PathPrefix(`/outpost.goauthentik.io/`)"
priority: 15
services:
- kind: Service
name: authentik-outpost-proxy
port: 9000
namespace: authentik