move tailscale ingress into chart

This commit is contained in:
2024-08-22 13:22:36 -05:00
parent 53dacd12d9
commit ca5770a6d0
2 changed files with 12 additions and 29 deletions

View File

@@ -42,7 +42,18 @@ authentik:
serviceMonitor:
enabled: true
ingress:
enabled: false
enabled: true
ingressClassName: tailscale
annotations:
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
hosts:
- auth-cl01tl
paths:
- /
tls:
- secretName: auth-cl01tl
hosts:
- auth-cl01tl
worker:
name: worker
replicas: 1