Skip to content

Commit

Permalink
updated to 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnellis committed May 8, 2023
1 parent b25aa56 commit 416c647
Show file tree
Hide file tree
Showing 16 changed files with 355 additions and 1,628 deletions.
231 changes: 129 additions & 102 deletions workshops/gloo-mesh-demo/README.md

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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

0 comments on commit 416c647

Please sign in to comment.