removed bitnami charts

This commit is contained in:
Ubuntu
2026-01-12 18:23:15 +00:00
parent 58418df1a8
commit 7286524192
6 changed files with 239 additions and 77 deletions

View File

@@ -0,0 +1,26 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: authentik
namespace: authentik
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
ingressClassName: traefik
tls:
- hosts:
- auth.apps.k3s.stabify.de
secretName: authentik-tls
rules:
- host: auth.apps.k3s.stabify.de
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: authentik-server
port:
name: http