Skip to content

Commit

Permalink
kept cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnellis committed May 8, 2023
1 parent f56003c commit f74fb68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions workshops/gloo-mesh-demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ metadata:
namespace: gloo-mesh
spec:
workloadClusters:
- name: 'mgmt-cluster'
- name: 'mgmt'
namespaces:
- name: ops-team
- name: '*'
Expand All @@ -285,7 +285,7 @@ metadata:
namespace: gloo-mesh
spec:
workloadClusters:
- name: 'mgmt-cluster'
- name: 'mgmt'
namespaces:
- name: web-team
- name: '*'
Expand All @@ -299,7 +299,7 @@ metadata:
namespace: gloo-mesh
spec:
workloadClusters:
- name: 'mgmt-cluster'
- name: 'mgmt'
namespaces:
- name: backend-apis-team
- name: '*'
Expand Down Expand Up @@ -369,7 +369,7 @@ spec:
virtualGateways:
- name: north-south-gw
namespace: ops-team
cluster: mgmt-cluster
cluster: mgmt
workloadSelectors: []
http:
- name: frontend
Expand Down Expand Up @@ -584,7 +584,7 @@ spec:
virtualGateways:
- name: north-south-gw
namespace: ops-team
cluster: mgmt-cluster
cluster: mgmt
workloadSelectors: []
http:
- name: frontend
Expand Down Expand Up @@ -942,15 +942,15 @@ spec:
serverSettings:
name: rate-limit-server-settings
namespace: web-team
cluster: mgmt-cluster
cluster: mgmt
ratelimitClientConfig:
name: rate-limit-client-config
namespace: web-team
cluster: mgmt-cluster
cluster: mgmt
ratelimitServerConfig:
name: rate-limit-server-config
namespace: ops-team
cluster: mgmt-cluster
cluster: mgmt
phase:
preAuthz: { }
EOF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
server:
name: ext-auth-server
namespace: web-team
cluster: mgmt-cluster
cluster: mgmt
glooAuth:
configs:
- oauth2:
Expand Down

0 comments on commit f74fb68

Please sign in to comment.