Skip to content

Commit

Permalink
Add runtime-demo server
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 7, 2023
1 parent b99c54e commit c8b935e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nix/metal/bitteProfile.nix
Expand Up @@ -241,6 +241,22 @@ in {
}
];
};

runtime-demo = {
instanceType = "t3a.small";
privateIP = "172.16.0.30";
subnet = cluster.vpc.subnets.core-1;
volumeSize = 1500;

modules = [
(bitte + /profiles/common.nix)
{
virtualisation.docker.enable = true;
}
];

securityGroupRules = {inherit (sr) internet internal ssh;};
};
};
};
};
Expand Down

0 comments on commit c8b935e

Please sign in to comment.