Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
simply use wildcard domain pointing to monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Oct 16, 2020
1 parent 0f723e2 commit c928f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 1 addition & 10 deletions clusters/mantis/testnet/default.nix
Expand Up @@ -155,16 +155,7 @@ in {
subnet = cluster.vpc.subnets.core-1;
volumeSize = 40;
route53.domains = [
"monitoring.${cluster.domain}"
"consul.${cluster.domain}"
"vault.${cluster.domain}"
"nomad.${cluster.domain}"
"explorer.${cluster.domain}"
"faucet.${cluster.domain}"
"mantis-1.${cluster.domain}"
"mantis-2.${cluster.domain}"
"mantis-3.${cluster.domain}"
"mantis-4.${cluster.domain}"
"*.${cluster.domain}"
];

modules = let
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c928f6e

Please sign in to comment.