fix: authentik port

This commit is contained in:
Morten Olsen
2025-08-12 23:25:03 +02:00
parent 5426495be5
commit 2add15d283

View File

@@ -235,7 +235,7 @@ class AuthentikServerController extends CustomResource<typeof authentikServerSpe
destination: { destination: {
host: `${this.name}-server.${this.namespace}.svc.cluster.local`, host: `${this.name}-server.${this.namespace}.svc.cluster.local`,
port: { port: {
number: 443, number: 80,
}, },
}, },
}, },