feat(immich): Move to separate k8s namespace
This commit is contained in:
parent
2853429dc4
commit
d1d09da3d3
6 changed files with 130 additions and 139 deletions
|
@ -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";
|
||||
})
|
||||
|
|
Reference in a new issue