fix endpoints
All checks were successful
lint-test-helm / helm-lint (push) Successful in 11s
lint-test-docker / docker-lint (push) Successful in 9s
renovate / renovate (push) Successful in 1m13s

This commit is contained in:
2025-10-21 20:52:36 -05:00
parent ecd9b56b92
commit 9fcb6d0d25
4 changed files with 7 additions and 7 deletions

View File

@@ -12,28 +12,28 @@
}
}
},
"${TS_CERT_DOMAIN}.s3:443": {
"${TS_CERT_DOMAIN}:3900": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3900"
}
}
},
"${TS_CERT_DOMAIN}.rpc:443": {
"${TS_CERT_DOMAIN}:3901": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3901"
}
}
},
"${TS_CERT_DOMAIN}.web:443": {
"${TS_CERT_DOMAIN}:3902": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3902"
}
}
},
"${TS_CERT_DOMAIN}.api:443": {
"${TS_CERT_DOMAIN}:3903": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3903"