Remove kubernetes

Fuck this arcane wizardry cluster bollocks piece of crap

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-01-29 16:34:47 +00:00
parent 3c1cfbceb8
commit e5747150bc
19 changed files with 13 additions and 1954 deletions

View File

@@ -1,6 +0,0 @@
{ lib, ... }:
{
services.kubernetes.addonManager.bootstrapAddons = lib.mkMerge [
(import ./namespace { })
];
}

View File

@@ -1,10 +0,0 @@
{ ... }:
{
viya-ns = {
apiVersion = "v1";
kind = "Namespace";
metadata = {
name = "viya";
};
};
}

View File

@@ -1,4 +0,0 @@
{ ... }:
{
imports = [ ./addons ];
}