Skip to content

Commit

Permalink
added sandbox values in flyte-deps helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <[email protected]>
  • Loading branch information
Yuvraj committed May 10, 2022
1 parent baa131f commit 47abc56
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions charts/flyte-deps/values-sandbox.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
webhook:
enabled: false

minio:
service:
type: LoadBalancer

contour:
enabled: true
envoy:
service:
type: LoadBalancer

kubernetes-dashboard:
service:
type: LoadBalancer
externalPort: 30082
nodePort: 30082
6 changes: 3 additions & 3 deletions rsts/deployment/sandbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Flyte configuration on your remote cluster.

#. Install Flyte dependency helm chart (this will install the minio, Postgres, Kubernetes-dashboard, and contour) ::

helm install -n flyte flyte-deps flyteorg/flyte-deps --create-namespace --set webhook.enabled=false,minio.service.type=LoadBalancer,contour.enabled=true,contour.envoy.service.type=LoadBalancer,kubernetes-dashboard.service.type=LoadBalancer
helm install -n flyte flyte-deps flyteorg/flyte-deps --create-namespace -f https://raw.githubusercontent.com/flyteorg/flyte/master/charts/flyte-core/values-sandbox.yaml

#. Install flyte-core chart ::

Expand All @@ -118,9 +118,9 @@ Flyte configuration on your remote cluster.

kubect get pods -n flyte

.. note::
.. note::

Make sure all pods are in Running condition. If you see anything that's crashing, check them in this order: postgres, minio, flyteadmin, datacatalog, flytepropeller.
Make sure all pods are in Running condition. If you see anything that's crashing, check them in this order: postgres, minio, flyteadmin, datacatalog, flytepropeller.

#. Get the URL of the ingress service ::

Expand Down

0 comments on commit 47abc56

Please sign in to comment.