File tree Expand file tree Collapse file tree 3 files changed +49
-4
lines changed
charts/flyte-sandbox/templates/proxy
docker/sandbox-bundled/manifests Expand file tree Collapse file tree 3 files changed +49
-4
lines changed Original file line number Diff line number Diff line change 7575 route:
7676 cluster: flyte
7777 timeout: 0s
78+ - match:
79+ prefix: "/flyteidl2.app.AppService"
80+ route:
81+ cluster: flyte
82+ timeout: 0s
83+ - match:
84+ prefix: "/flyteidl2.trigger.TriggerService"
85+ route:
86+ cluster: flyte
87+ timeout: 0s
88+ - match:
89+ prefix: "/flyteidl2.workflow.RunLogsService"
90+ route:
91+ cluster: flyte
92+ timeout: 0s
7893 {{- end }}
7994 {{- if .Values.sandbox.console.enabled }}
8095 - match:
Original file line number Diff line number Diff line change @@ -945,6 +945,21 @@ data:
945945 route:
946946 cluster: flyte
947947 timeout: 0s
948+ - match:
949+ prefix: "/flyteidl2.app.AppService"
950+ route:
951+ cluster: flyte
952+ timeout: 0s
953+ - match:
954+ prefix: "/flyteidl2.trigger.TriggerService"
955+ route:
956+ cluster: flyte
957+ timeout: 0s
958+ - match:
959+ prefix: "/flyteidl2.workflow.RunLogsService"
960+ route:
961+ cluster: flyte
962+ timeout: 0s
948963 - match:
949964 prefix: "/v2"
950965 route:
@@ -1074,7 +1089,7 @@ type: Opaque
10741089---
10751090apiVersion : v1
10761091data :
1077- haSharedSecret : Z3VoY3VKMHRMdjlPbHNMZw ==
1092+ haSharedSecret : UldmTVhHMmxYRDdlNzZKWg ==
10781093 proxyPassword : " "
10791094 proxyUsername : " "
10801095kind : Secret
@@ -1668,7 +1683,7 @@ spec:
16681683 metadata :
16691684 annotations :
16701685 checksum/config : 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
1671- checksum/secret : f3e238bc2accb04c809c7234ae83b2a08843319c27faf135d29b73c5f88e0b2a
1686+ checksum/secret : a6d9f56b2763fc3364b7e76929d71a5a2d1bd6ccc975227a395926adf85823af
16721687 labels :
16731688 app : docker-registry
16741689 release : flyte-sandbox
Original file line number Diff line number Diff line change @@ -682,6 +682,21 @@ data:
682682 route:
683683 cluster: flyte
684684 timeout: 0s
685+ - match:
686+ prefix: "/flyteidl2.app.AppService"
687+ route:
688+ cluster: flyte
689+ timeout: 0s
690+ - match:
691+ prefix: "/flyteidl2.trigger.TriggerService"
692+ route:
693+ cluster: flyte
694+ timeout: 0s
695+ - match:
696+ prefix: "/flyteidl2.workflow.RunLogsService"
697+ route:
698+ cluster: flyte
699+ timeout: 0s
685700 - match:
686701 prefix: "/v2"
687702 route:
@@ -788,7 +803,7 @@ metadata:
788803---
789804apiVersion : v1
790805data :
791- haSharedSecret : NEk0TGNoOEc4dlBFenJKMg ==
806+ haSharedSecret : eXowYWI5N0swQjBvclRHMA ==
792807 proxyPassword : " "
793808 proxyUsername : " "
794809kind : Secret
@@ -1285,7 +1300,7 @@ spec:
12851300 metadata :
12861301 annotations :
12871302 checksum/config : 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
1288- checksum/secret : 380ecbb3217340a47e2722c1bd5e0fe66ed017bc403de6a20a8d705012f4db24
1303+ checksum/secret : 320da1ff6499c02449b6e57481f3f9695670607be28677c4596d31fed6ada520
12891304 labels :
12901305 app : docker-registry
12911306 release : flyte-sandbox
You can’t perform that action at this time.
0 commit comments