mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-14 00:43:49 +01:00
feat(examples): add nginx deployment
This commit is contained in:
parent
5d8b66f8a0
commit
432cc9e347
6 changed files with 140 additions and 0 deletions
5
examples/default.nix
Normal file
5
examples/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ kubenix ? import ./.. {} }:
|
||||
|
||||
{
|
||||
nginx-deployment = import ./nginx-deployment { inherit kubenix; };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue