9008fbd512
Add OIDC auth for Command Center and runtime GPU endpoint selection pointed at atc-gpu-prod (10.0.10.106), matching what is currently deployed.
21 lines
370 B
Caddyfile
21 lines
370 B
Caddyfile
:80 {
|
|
handle_path /rag/* {
|
|
reverse_proxy rag-api:5020
|
|
}
|
|
handle_path /jupyter/* {
|
|
reverse_proxy jupyter:8888
|
|
}
|
|
handle_path /dq/* {
|
|
reverse_proxy dq-api:5010
|
|
}
|
|
handle /auth/* {
|
|
reverse_proxy api:3201
|
|
}
|
|
handle /api/* {
|
|
reverse_proxy api:3201
|
|
}
|
|
handle {
|
|
reverse_proxy ui:80
|
|
}
|
|
}
|