Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions charts/flyte-sandbox/templates/proxy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,21 @@ data:
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.app.AppService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.trigger.TriggerService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.workflow.RunLogsService"
route:
cluster: flyte
timeout: 0s
{{- end }}
{{- if .Values.sandbox.console.enabled }}
- match:
Expand Down
19 changes: 17 additions & 2 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -945,6 +945,21 @@ data:
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.app.AppService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.trigger.TriggerService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.workflow.RunLogsService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/v2"
route:
Expand Down Expand Up @@ -1074,7 +1089,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: Z3VoY3VKMHRMdjlPbHNMZw==
haSharedSecret: UldmTVhHMmxYRDdlNzZKWg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1668,7 +1683,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: f3e238bc2accb04c809c7234ae83b2a08843319c27faf135d29b73c5f88e0b2a
checksum/secret: a6d9f56b2763fc3364b7e76929d71a5a2d1bd6ccc975227a395926adf85823af
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
19 changes: 17 additions & 2 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,21 @@ data:
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.app.AppService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.trigger.TriggerService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/flyteidl2.workflow.RunLogsService"
route:
cluster: flyte
timeout: 0s
- match:
prefix: "/v2"
route:
Expand Down Expand Up @@ -788,7 +803,7 @@ metadata:
---
apiVersion: v1
data:
haSharedSecret: NEk0TGNoOEc4dlBFenJKMg==
haSharedSecret: eXowYWI5N0swQjBvclRHMA==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1285,7 +1300,7 @@ spec:
metadata:
annotations:
checksum/config: 8f50e768255a87f078ba8b9879a0c174c3e045ffb46ac8723d2eedbe293c8d81
checksum/secret: 380ecbb3217340a47e2722c1bd5e0fe66ed017bc403de6a20a8d705012f4db24
checksum/secret: 320da1ff6499c02449b6e57481f3f9695670607be28677c4596d31fed6ada520
labels:
app: docker-registry
release: flyte-sandbox
Expand Down
Loading