mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
fix: authentik port
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user