From 9bd8cf446ca0793f1c7b2ad7aed11a76adc83f6a Mon Sep 17 00:00:00 2001 From: shubham-tuteja Date: Thu, 28 Nov 2024 12:03:12 +0530 Subject: [PATCH] Create test_file1.yaml Creating a temp file --- shubham_tuteja/test_file1.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 shubham_tuteja/test_file1.yaml diff --git a/shubham_tuteja/test_file1.yaml b/shubham_tuteja/test_file1.yaml new file mode 100644 index 00000000..011c6037 --- /dev/null +++ b/shubham_tuteja/test_file1.yaml @@ -0,0 +1,26 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + creationTimestamp: null + labels: + app: vote + tier: front + name: vote +spec: + replicas: 2 + selector: + matchLabels: + app: vote + strategy: {} + template: + metadata: + creationTimestamp: null + labels: + app: vote + tier: front + spec: + containers: + - image: schoolofdevops/vote:v1 + name: vote + resources: {} +status: {}