aboutsummaryrefslogtreecommitdiffstats
path: root/example/ovn4nfv-deployment-replica-2-noannotation.yaml
diff options
context:
space:
mode:
authorKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-09-21 17:49:09 -0700
committerKuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com>2020-09-21 17:58:11 -0700
commit6563111f5d1787921d7eff9c86e4c71a29d1eca5 (patch)
tree3ec13064be1a9ba4489bf9d08ee0dc2c79ed7911 /example/ovn4nfv-deployment-replica-2-noannotation.yaml
parentf61f4efd682848679d689cdbaf0bea31f7b3be2d (diff)
adding documentations
Signed-off-by: Kuralamudhan Ramakrishnan <kuralamudhan.ramakrishnan@intel.com> Change-Id: I2b4c04275c5acb69a604009ae901d741387c5f93
Diffstat (limited to 'example/ovn4nfv-deployment-replica-2-noannotation.yaml')
-rw-r--r--example/ovn4nfv-deployment-replica-2-noannotation.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/example/ovn4nfv-deployment-replica-2-noannotation.yaml b/example/ovn4nfv-deployment-replica-2-noannotation.yaml
new file mode 100644
index 0000000..e792cf2
--- /dev/null
+++ b/example/ovn4nfv-deployment-replica-2-noannotation.yaml
@@ -0,0 +1,22 @@
+apiVersion: apps/v1
+kind: Deployment
+metadata:
+ name: ovn4nfv-deployment-noannotation
+ labels:
+ app: ovn4nfv-noannotation
+spec:
+ replicas: 2
+ selector:
+ matchLabels:
+ app: ovn4nfv-noannotation
+ template:
+ metadata:
+ labels:
+ app: ovn4nfv-noannotation
+ spec:
+ containers:
+ - name: ovn4nfv-deployment-noannotation
+ image: "busybox"
+ command: ["top"]
+ stdin: true
+ tty: true