Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gloo mesh refresh #111

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 4 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
1 change: 0 additions & 1 deletion workshops/gloo-gateway-day-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ helm upgrade --install gloo-platform-crds gloo-platform/gloo-platform-crds \

helm install gloo-platform gloo-platform/gloo-platform \
--version=$GLOO_PLATFORM_VERSION \
--devel \
--namespace=gloo-mesh \
--set licensing.glooMeshLicenseKey=$GLOO_PLATFORM_LICENSE_KEY \
--set licensing.glooTrialLicenseKey=$GLOO_PLATFORM_LICENSE_KEY \
Expand Down
2 changes: 1 addition & 1 deletion workshops/gloo-mesh-day-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Set these environment variables which will be used throughout the workshop.
```sh
# Used to enable Gloo (please ask for a trial license key)
export GLOO_PLATFORM_LICENSE_KEY=<licence_key>
export GLOO_PLATFORM_VERSION=v2.3.0-rc1
export GLOO_PLATFORM_VERSION=v2.3.1
export ISTIO_IMAGE_REPO=us-docker.pkg.dev/gloo-mesh/istio-workshops
export ISTIO_IMAGE_TAG=1.16.3-solo
export ISTIO_VERSION=1.16.3
Expand Down
215 changes: 121 additions & 94 deletions workshops/gloo-mesh-demo/README.md

Large diffs are not rendered by default.

99 changes: 0 additions & 99 deletions workshops/gloo-mesh-demo/install/istio/istiooperator-cluster1.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions workshops/gloo-mesh-demo/install/istio/istiooperator-cluster2.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions workshops/gloo-mesh-demo/install/istio/istiooperator-mgmt.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
# You get the repo key from your Solo Account Representative.
hub: us-docker.pkg.dev/gloo-mesh/istio-workshops
# Any Solo.io Gloo Istio tag
tag: 1.16.2-solo
tag: 1.16.4-solo
namespace: istio-system
# Mesh configuration
meshConfig:
Expand Down Expand Up @@ -89,7 +89,7 @@ spec:
# You get the repo key from your Solo Account Representative.
hub: us-docker.pkg.dev/gloo-mesh/istio-workshops
# The Solo.io Gloo Istio tag
tag: 1.16.2-solo
tag: 1.16.4-solo
components:
ingressGateways:
- enabled: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
clusterName: cluster1

endpoints:
productCatalogService: 'productcatalogservice.backend-apis.svc.cluster.local:3550'

images:
repository: gcr.io/solo-test-236622
# Overrides the image tag whose default is the chart appVersion.
tag: "1.3"

serviceAccounts:
# Specifies whether service accounts should be created.
create: true

shippingService:
create: false

checkoutService:
create: false

paymentService:
create: false

frontend:
create: false

loadGenerator:
create: false

adService:
create: true

cartService:
create: true

currencyService:
create: true

emailService:
create: true

productCatalogService:
create: true

recommendationService:
create: true

cartDatabase:
inClusterRedis:
create: true
Loading