feat: CDKTF | migrate authentik to cdktf
This commit is contained in:
8
main.ts
8
main.ts
@@ -9,6 +9,7 @@ import { GiteaServer } from "./gitea";
|
||||
import { OnePassword } from "./1password";
|
||||
import { PostgresCluster } from "./postgres";
|
||||
import { Longhorn } from "./longhorn";
|
||||
import { AuthentikServer } from "./authentik";
|
||||
|
||||
dotenv.config();
|
||||
|
||||
@@ -56,6 +57,13 @@ class Homelab extends TerraformStack {
|
||||
initSecretName: "postgres-password",
|
||||
});
|
||||
|
||||
new AuthentikServer(this, "authentik-server", {
|
||||
provider: helm,
|
||||
name: "authentik",
|
||||
namespace: "authentik-system",
|
||||
version: "2024.10.5",
|
||||
});
|
||||
|
||||
new GiteaServer(this, "gitea-server", {
|
||||
name: "gitea",
|
||||
namespace: "gitea-system",
|
||||
|
||||
Reference in New Issue
Block a user