File tree Expand file tree Collapse file tree 4 files changed +26
-17
lines changed Expand file tree Collapse file tree 4 files changed +26
-17
lines changed Original file line number Diff line number Diff line change 55 n2c . url = "github:nlewo/nix2container" ;
66 data-merge . url = "github:divnix/data-merge" ;
77 # --- Bitte Stack ----------------------------------------------
8- bitte . url = "github:input-output-hk/bitte/nomad132-pkg" ;
9- # bitte.url = "path:/home/jlotoski/work/iohk/bitte-wt/dockerd-pkg";
8+ # bitte.url = "github:input-output-hk/bitte/nomad132-pkg";
9+ # bitte.url = "github:input-output-hk/bitte/dockerd-pkg";
10+ bitte . url = "path:/home/jlotoski/work/iohk/bitte-wt/vault-snap-fix" ;
1011 # bitte.url = "path:/home/manveru/github/input-output-hk/bitte";
11- bitte-cells . url = "github:input-output-hk/bitte-cells" ;
12- # bitte-cells.url = "path:/home/jlotoski/work/iohk/bitte-cells-wt/monitoring-update ";
12+ bitte-cells . url = "github:input-output-hk/bitte-cells/patroni-metrics " ;
13+ # bitte-cells.url = "path:/home/jlotoski/work/iohk/bitte-cells-wt/patroni-metrics ";
1314 bitte . inputs . nomad-driver-nix . follows = "nomad-driver-nix" ;
1415 # --------------------------------------------------------------
1516 # --- Auxiliary Nixpkgs ----------------------------------------
Original file line number Diff line number Diff line change @@ -217,6 +217,11 @@ in {
217217 bitte-vm-standalone
218218 bitte-vmagent
219219 ;
220+
221+ inherit
222+ ( inputs . bitte-cells . patroni . alerts )
223+ bitte-cells-patroni
224+ ;
220225 }
221226 # Dashboard attrset
222227 {
@@ -241,6 +246,11 @@ in {
241246 bitte-vm
242247 bitte-vulnix
243248 ;
249+
250+ inherit
251+ ( inputs . bitte-cells . patroni . dashboards )
252+ bitte-cells-patroni
253+ ;
244254 } ;
245255 } ;
246256
Original file line number Diff line number Diff line change 2626 attribute = "\ ${attr.platform.aws.placement.availability-zone}" ;
2727 }
2828 ] ;
29+ job . database . update . min_healthy_time = "2m" ;
2930 job . database . group . database . task . patroni . resources = { inherit ( patroniMods . resources ) cpu memory ; } ;
3031 job . database . group . database . task . patroni . env = { inherit WALG_S3_PREFIX ; } ;
3132 job . database . group . database . task . backup-walg . env = { inherit WALG_S3_PREFIX ; } ;
You can’t perform that action at this time.
0 commit comments