feat(media): Move to separate k8s namespace
This commit is contained in:
parent
7b1958e5c5
commit
c7624baa78
6 changed files with 362 additions and 370 deletions
|
@ -100,4 +100,6 @@
|
|||
"${self}/kubenix-modules/dnsmasq.nix" "dnsmasq" "dns";
|
||||
kubenix.bind9 = mkDeployScriptAndManifest
|
||||
"${self}/kubenix-modules/bind9" "bind9" "dns";
|
||||
kubenix.media = mkDeployScriptAndManifest
|
||||
"${self}/kubenix-modules/media.nix" "media" "media";
|
||||
})
|
||||
|
|
Reference in a new issue