change to prots
All checks were successful
renovate / renovate (push) Successful in 1m9s
lint-test-docker / docker-lint (push) Successful in 10s
lint-test-helm / helm-lint (push) Successful in 10s

This commit is contained in:
2025-10-21 21:35:14 -05:00
parent 2ea86aba84
commit 30dc907d6c
2 changed files with 40 additions and 12 deletions

View File

@@ -70,8 +70,8 @@ spec:
- labels: - labels:
job: garage job: garage
targets: targets:
- garage-ps10rp.boreal-beaufort.ts.net - garage-ps10rp.boreal-beaufort.ts.net:3903
metricsPath: /api/metrics metricsPath: /metrics
scheme: HTTPS scheme: HTTPS
authorization: authorization:
type: Bearer type: Bearer

View File

@@ -2,24 +2,52 @@
"TCP": { "TCP": {
"443": { "443": {
"HTTPS": true "HTTPS": true
},
"3900": {
"HTTPS": true
},
"3901": {
"HTTPS": true
},
"3902": {
"HTTPS": true
},
"3903": {
"HTTPS": true
} }
}, },
"Web": { "Web": {
"${TS_CERT_DOMAIN}:443": { "web-${TS_CERT_DOMAIN}:443": {
"Handlers": { "Handlers": {
"/ui": { "/": {
"Proxy": "http://127.0.0.1:3909" "Proxy": "http://127.0.0.1:3909"
}, }
"/s3": { }
},
"${TS_CERT_DOMAIN}:3900": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3900" "Proxy": "http://127.0.0.1:3900"
}, }
"/rpc": { }
},
"${TS_CERT_DOMAIN}:3901": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3901" "Proxy": "http://127.0.0.1:3901"
}, }
"/web": { }
},
"${TS_CERT_DOMAIN}:3902": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3902" "Proxy": "http://127.0.0.1:3902"
}, }
"/api": { }
},
"${TS_CERT_DOMAIN}:3903": {
"Handlers": {
"/": {
"Proxy": "http://127.0.0.1:3903" "Proxy": "http://127.0.0.1:3903"
} }
} }