feat(immich): Move to separate k8s namespace

This commit is contained in:
Pim Kunis 2024-07-16 16:13:29 +02:00
parent 2853429dc4
commit d1d09da3d3
6 changed files with 130 additions and 139 deletions

View file

@ -90,4 +90,6 @@
"${self}/kubenix-modules/syncthing.nix" "syncthing" "syncthing";
kubenix.pihole = mkDeployScriptAndManifest
"${self}/kubenix-modules/pihole.nix" "pihole" "pihole";
kubenix.immich = mkDeployScriptAndManifest
"${self}/kubenix-modules/immich.nix" "immich" "immich";
})