mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
update
This commit is contained in:
@@ -136,7 +136,7 @@ class AuthentikClientResource extends CustomResource<typeof authentikClientSpecS
|
||||
const authentikService = this.services.get(AuthentikService);
|
||||
const authentikServer = authentikService.get({
|
||||
url: {
|
||||
internal: `http://${serverSecretData.data.host}-server`,
|
||||
internal: `http://${serverSecretData.data.host}`,
|
||||
external: serverSecretData.data.url,
|
||||
},
|
||||
token: serverSecretData.data.token,
|
||||
|
||||
@@ -153,7 +153,7 @@ class AuthentikServerController extends CustomResource<typeof authentikServerSpe
|
||||
|
||||
const secretData = {
|
||||
url: `https://${this.spec.subdomain}.${domain}`,
|
||||
host: `${this.name}.${this.namespace}.svc.cluster.local`,
|
||||
host: `${this.name}-server.${this.namespace}.svc.cluster.local`,
|
||||
token: this.#authentikInitSecret.value?.AUTHENTIK_BOOTSTRAP_TOKEN ?? '',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user