Skip to content

Commit

Permalink
added whishper
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Nov 22, 2024
1 parent 5e9cdf4 commit daf9352
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kube/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,12 @@
${pkgs.kubectl}/bin/kubectl kustomize ${finalWazuh}/kustomize/wazuh > $out
'';
};
whishper = mkKubeDrv "whishper" {
src = ./templates/whishper.yaml;
namespace = "default";
replicas = 1;
image = "docker.io/pluja/whishper:v3.1.4-gpu";
};
};
devShell = pkgs.mkShell {
name = "kubernetes-shell";
Expand Down
Loading

0 comments on commit daf9352

Please sign in to comment.