Skip to content

Commit c574d49

Browse files
committed
[public-api] Route api.<domain> to public api service & deployment
1 parent 1998a98 commit c574d49

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/proxy/conf/Caddyfile

+5
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ https://{$GITPOD_DOMAIN} {
262262
}
263263
}
264264

265+
# public-api
266+
https://api.{$GITPOD_DOMAIN} {
267+
reverse_proxy public-api-server.{$KUBE_NAMESPACE}.{$KUBE_DOMAIN}:9000
268+
}
269+
265270
# workspaces
266271
https://*.*.{$GITPOD_DOMAIN} {
267272
import enable_log

0 commit comments

Comments
 (0)