changed prometheus params to only use one replica because of too much storage usage
Deploy Monitoring / Pulumi Preview (push) Skipped
Deploy Monitoring / Pulumi Deploy (push) Successful in 57s

This commit is contained in:
2026-07-19 20:29:11 +02:00
parent f8f14db80a
commit d7d9444a2b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ const nodeConfigs: NodeConfig[] = [
template: pveBckpTemplate,
diskDatastore: "local",
ip: worker2Ip,
longhornDiskSize: 35,
longhornDiskSize: 50,
},
];