We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e57520 commit 55e8005Copy full SHA for 55e8005
infrared/manifest.star
@@ -57,6 +57,10 @@ clusters_to_monitor_k8s_vpc = [
57
"name" : "pga-econ-15",
58
"endpoint" : "pga-econ-15.cluster-cgzk1xobcfng.us-east-1.rds.amazonaws.com/postgres",
59
},
60
+ {
61
+ "name" : "pga-campaign-management",
62
+ "endpoint" : "pga-campaign-management.cluster-cgzk1xobcfng.us-east-1.rds.amazonaws.com/postgres",
63
+ },
64
]
65
66
if env() == Production:
0 commit comments