From 0b4ed13a1a5817f5917f1f5450357ddcf364c561 Mon Sep 17 00:00:00 2001 From: Abbos To'lqinov <96826474+abbos1711@users.noreply.github.com> Date: Sun, 11 Feb 2024 06:50:27 -0500 Subject: [PATCH] Create pod.yaml add pod --- pod.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pod.yaml diff --git a/pod.yaml b/pod.yaml new file mode 100644 index 0000000..657a881 --- /dev/null +++ b/pod.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: Pod +metadata: + name: webapp +spec: + containers: + - image: 10449/angular:latest + name: webapp + imagePullPolicy: Always + resources: {} + ports: + - containerPort: 5200