monitoring: login-health merchant HTTPS probe and 307 ok
This commit is contained in:
parent
e4dc9abac5
commit
bd016f7cfc
1 changed files with 7 additions and 6 deletions
|
|
@ -174,16 +174,17 @@ OPTIONAL_CONTAINERS=(
|
||||||
koopa-paivana
|
koopa-paivana
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# merchant nginx on :9010 is HTTPS-only (plain HTTP → 400)
|
||||||
PROBES=(
|
PROBES=(
|
||||||
"merchant|http://127.0.0.1:9010/config|200"
|
"merchant|https://127.0.0.1:9010/config|200"
|
||||||
"exchange|http://127.0.0.1:9011/keys|200"
|
"exchange|http://127.0.0.1:9011/keys|200"
|
||||||
"bank|http://127.0.0.1:9012/config|200"
|
"bank|http://127.0.0.1:9012/config|200"
|
||||||
"forgejo|http://127.0.0.1:9024/|200,302,303"
|
"forgejo|http://127.0.0.1:9024/|200,302,303"
|
||||||
"castopod|http://127.0.0.1:9020/|200,302,303"
|
"castopod|http://127.0.0.1:9020/|200,302,303,307,308"
|
||||||
"bonfire|http://127.0.0.1:9021/|200,302,303"
|
"bonfire|http://127.0.0.1:9021/|200,302,303,307,308"
|
||||||
"prime|http://127.0.0.1:9022/|200,302,303"
|
"prime|http://127.0.0.1:9022/|200,302,303,307,308"
|
||||||
"bt|http://127.0.0.1:9023/|200,302,303,401"
|
"bt|http://127.0.0.1:9023/|200,302,303,307,308,401"
|
||||||
"paivana|http://127.0.0.1:9025/|200,302,303"
|
"paivana|http://127.0.0.1:9025/|200,302,303,307,308"
|
||||||
"tops-ng1|http://127.0.0.1:9090/|200,302,303"
|
"tops-ng1|http://127.0.0.1:9090/|200,302,303"
|
||||||
"tops-ng2|http://127.0.0.1:9091/|200,302,303"
|
"tops-ng2|http://127.0.0.1:9091/|200,302,303"
|
||||||
"tops-ng3|http://127.0.0.1:9092/|200,302,303"
|
"tops-ng3|http://127.0.0.1:9092/|200,302,303"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue