✅ add s3 bucket healthchecks
This commit is contained in:
parent
266d9246c1
commit
e84fee5a36
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
9000
|
9000
|
||||||
9001
|
9001
|
||||||
];
|
];
|
||||||
|
healthchecks.http.s3 = {
|
||||||
|
url = "http://s3.chungus.bear";
|
||||||
|
expectedContents = "minio";
|
||||||
|
};
|
||||||
|
|
||||||
clan.core.facts.services.s3 = factsGenerator.password {
|
clan.core.facts.services.s3 = factsGenerator.password {
|
||||||
name = "root";
|
name = "root";
|
||||||
|
|
Loading…
Reference in a new issue