✅ update s3 healthchecks
This commit is contained in:
parent
e84fee5a36
commit
03a5b33bbf
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@
|
||||||
9000
|
9000
|
||||||
9001
|
9001
|
||||||
];
|
];
|
||||||
|
|
||||||
healthchecks.http.s3 = {
|
healthchecks.http.s3 = {
|
||||||
url = "http://s3.chungus.bear";
|
url = "http://s3.chungus.private:9001/login";
|
||||||
expectedContents = "minio";
|
expectedContent = "minio";
|
||||||
};
|
};
|
||||||
|
|
||||||
clan.core.facts.services.s3 = factsGenerator.password {
|
clan.core.facts.services.s3 = factsGenerator.password {
|
||||||
|
|
Loading…
Reference in a new issue