Skip to content

Commit

Permalink
added namespace to other resources
Browse files Browse the repository at this point in the history
Signed-off-by: swastik959 <Sswastik959@gmail.com>
  • Loading branch information
swastik959 authored and eddycharly committed Mar 10, 2024
1 parent ca0eaca commit 6bdba59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions demo/istio/manifests/echo-service.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
apiVersion: v1
kind: Namespace
metadata:
name: my-istio-namespace
name: demo
labels:
istio-injection: enabled

---

apiVersion: apps/v1
kind: Deployment
metadata:
name: echo
namespace: demo
spec:
replicas: 1
selector:
Expand All @@ -33,6 +34,7 @@ apiVersion: v1
kind: Service
metadata:
name: echo
namespace: demo
spec:
type: ClusterIP
selector:
Expand Down

0 comments on commit 6bdba59

Please sign in to comment.