change endpoits
Some checks failed
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-10-21 20:44:41 -05:00
parent cffffae406
commit aaa2d4eca1
4 changed files with 8 additions and 8 deletions

View File

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