add s3 bucket healthchecks

This commit is contained in:
Ingolf Wagner 2024-11-07 11:04:07 +09:00
parent 266d9246c1
commit e84fee5a36
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -5,6 +5,10 @@
9000
9001
];
healthchecks.http.s3 = {
url = "http://s3.chungus.bear";
expectedContents = "minio";
};
clan.core.facts.services.s3 = factsGenerator.password {
name = "root";