Skip to content

Commit 2e9490b

Browse files
committed
fix: gitea virtualservice endpoint
1 parent 1a94dfc commit 2e9490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.k

+1-1
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ mindwm_app = ArgoCdOrder.make({
562562
http = [{
563563
match = [{ uri.prefix = "/", port = 80}]
564564
route = [{
565-
destination.host = config.gitea.release_name #
565+
destination.host = config.gitea.release_name + "-http"
566566
destination.port.number = config.gitea.http_port # TODO(@metacoma) hardcode
567567
}]
568568

0 commit comments

Comments
 (0)