Skip to content

Commit

Permalink
chore(cdktf/infrastructure): remove monitoring instance
Browse files Browse the repository at this point in the history
  • Loading branch information
jon77p committed Jul 26, 2024
1 parent af3fe33 commit 1ef6249
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions cdktf/infrastructure.json5
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,7 @@
ingress: [],
},
},
instances: {
monitoring: {
name: "monitoring",
domain: "jon77p.xyz",
is_subdomain: true,
ad_number: 1,
region: "us-sanjose-1",
// Canonical-Ubuntu-22.04-2024.05.31-0
// https://docs.oracle.com/en-us/iaas/images/image/2e489f7c-01c3-4e8a-ae19-4648a1114c26/
image_id: "ocid1.image.oc1.us-sanjose-1.aaaaaaaajiapmujnlwkmd4qzbuwbo43t7pzhx6jwxo746s5l4iqx5ktmprxa",
shape: "VM.Standard.E2.1.Micro",
memory: 1,
ocpus: 1,
ingress: [
{
hostname: "grafana.jon77p.xyz",
service: "https://localhost:3000",
},
],
},
},
instances: {},
},
oci1: {
regions: ["us-sanjose-1"],
Expand Down

0 comments on commit 1ef6249

Please sign in to comment.