eb91134fdf
Adds the Deployment that backs the pre-existing authentik-ldap Service so Jellyfin's LDAP auth plugin can validate app-password binds in-cluster.
26 lines
545 B
YAML
26 lines
545 B
YAML
---
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- cnpg_cluster.yaml
|
|
- cnpg_backup.yaml
|
|
- cnpg_pooler.yaml
|
|
- gateway.yaml
|
|
- httproute.yaml
|
|
- ldap-gateway.yaml
|
|
- ldap-httproute.yaml
|
|
- ldap-outpost-deployment.yaml
|
|
- ldap-outpost-vaultstaticsecret.yaml
|
|
- ldap-outpost-vmpodscrape.yaml
|
|
- ldap-service.yaml
|
|
- ldap-tlsroute.yaml
|
|
- namespace.yaml
|
|
- redis-deployment.yaml
|
|
- redis-pvc.yaml
|
|
- redis-service.yaml
|
|
- vaultauth.yaml
|
|
- vaultstaticsecret.yaml
|
|
- vmpodscrape.yaml
|
|
- vpa.yaml
|