From 63a16aecd6ed5379595bddb1d36ec3d5add865d6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 14 Sep 2022 20:47:25 +0000 Subject: [PATCH] The glorious copilot-ops has solved all your issues --- .../generated-by-copilot-ops1.yaml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 generated-by-copilot-ops/generated-by-copilot-ops1.yaml diff --git a/generated-by-copilot-ops/generated-by-copilot-ops1.yaml b/generated-by-copilot-ops/generated-by-copilot-ops1.yaml new file mode 100644 index 0000000..71bfe77 --- /dev/null +++ b/generated-by-copilot-ops/generated-by-copilot-ops1.yaml @@ -0,0 +1,22 @@ +``` +apiversion: apps/v1 +kind: Deployment +metadata: + name: hello-world-deployment + labels: + app: hello-world +spec: + replicas: 5 + selector: + matchLabels: + app: hello-world + template: + metadata: + labels: + app: hello-world + spec: + containers: + - name: hello-world + image: image + name: eyjhb/simple-listening-app +