9 lines
282 B
Nix
9 lines
282 B
Nix
{
|
|
services.k3s.manifests = {
|
|
"test-color-ns.yaml".source = ./test-color/ns.yaml;
|
|
"test-color-deploy.yaml".source = ./test-color/deploy.yaml;
|
|
"test-color-svc.yaml".source = ./test-color/svc.yaml;
|
|
"test-color-ingress.yaml".source = ./test-color/ingress.yaml;
|
|
};
|
|
}
|