Skip to content

Commit

Permalink
make manifests inside docker/sandbox-bundled
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor committed Dec 27, 2022
1 parent 8d85a17 commit 37a4432
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 deletions.
13 changes: 5 additions & 8 deletions docker/sandbox-bundled/manifests/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,18 +608,15 @@ data:
route:
cluster: flyte_grpc
- match:
prefix: "/flyteidl.service.SignalService"
prefix: "/flyteidl.service.IdentityService"
route:
cluster: flyte_grpc
- match:
path: "/minio"
redirect:
path_redirect: "/minio/"
prefix: "/flyteidl.service.IdentityService"
prefix: "/grpc.health.v1.Health"
route:
cluster: flyte_grpc
- match:
prefix: "/grpc.health.v1.Health"
prefix: "/flyteidl.service.SignalService"
route:
cluster: flyte_grpc
- match:
Expand Down Expand Up @@ -737,7 +734,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: WUtkeUNET2NFcVZnOXlYSA==
haSharedSecret: MEZRT09uUnk4bm9ONVJVcg==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -1039,7 +1036,7 @@ spec:
metadata:
annotations:
checksum/config: 044987b193c168f87ad6b75510b710dae15de36461cb822559e13e6f3bf1789a
checksum/secret: 4df2a703dcbdf587ad426129387fe8c530e908257af4a5d4555c239a7df11b39
checksum/secret: 87eb8cdf14868829b25b5e652e2c6762003a3fe67b2fea569b79c797e42654c7
labels:
app: docker-registry
release: sandbox
Expand Down
13 changes: 5 additions & 8 deletions docker/sandbox-bundled/manifests/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -397,18 +397,15 @@ data:
route:
cluster: flyte_grpc
- match:
prefix: "/flyteidl.service.SignalService"
prefix: "/flyteidl.service.IdentityService"
route:
cluster: flyte_grpc
- match:
path: "/minio"
redirect:
path_redirect: "/minio/"
prefix: "/flyteidl.service.IdentityService"
prefix: "/grpc.health.v1.Health"
route:
cluster: flyte_grpc
- match:
prefix: "/grpc.health.v1.Health"
prefix: "/flyteidl.service.SignalService"
route:
cluster: flyte_grpc
- match:
Expand Down Expand Up @@ -526,7 +523,7 @@ type: Opaque
---
apiVersion: v1
data:
haSharedSecret: ZEJQUnlFRU5SOTF3TGJmRw==
haSharedSecret: NUNaWmFZVlVXcEl6RW9QUw==
proxyPassword: ""
proxyUsername: ""
kind: Secret
Expand Down Expand Up @@ -766,7 +763,7 @@ spec:
metadata:
annotations:
checksum/config: 044987b193c168f87ad6b75510b710dae15de36461cb822559e13e6f3bf1789a
checksum/secret: dea26ceac29998299c0a27cbf1baa13968c36e29cf452e016ce186af7f6a6bfa
checksum/secret: 55d727dc46e370bb58937a834f4b63ec40d7aa6c04026a79b4f2ff9ee7af0e8e
labels:
app: docker-registry
release: sandbox
Expand Down

0 comments on commit 37a4432

Please sign in to comment.