cluster/services/storage: use the actual health endpoint
This commit is contained in:
parent
6a2299e049
commit
e1c4f0e9ec
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ in
|
|||
locations = {
|
||||
"/".proxyPass = cluster.config.hostLinks.${config.networking.hostName}.garageS3.url;
|
||||
|
||||
"= /".proxyPass = config.links.garageMetrics.url;
|
||||
"= /health".proxyPass = config.links.garageMetrics.url;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue