Skip to content

Commit

Permalink
feat: add kuma.io/origin to zone-local resources (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <[email protected]>
  • Loading branch information
michaelbeaumont authored Oct 9, 2024
1 parent 83056e8 commit 32a3aa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ kind: MeshGateway
mesh: default
metadata:
name: demo-app
labels:
kuma.io/origin: zone
spec:
conf:
listeners:
Expand All @@ -18,6 +20,9 @@ kind: MeshHTTPRoute
metadata:
name: demo-app
namespace: kuma-system
labels:
kuma.io/origin: zone
kuma.io/mesh: default
spec:
targetRef:
kind: MeshGateway
Expand Down

0 comments on commit 32a3aa6

Please sign in to comment.