From 7b85d34008d7ce75db5a0dfabafa8bb43c11e31095ae7250d4c696a15caeef04 Mon Sep 17 00:00:00 2001 From: jeekkaaaa Date: Tue, 13 May 2025 16:54:14 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ngpod.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ngpod.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ngpod.yaml diff --git a/ngpod.yaml b/ngpod.yaml new file mode 100644 index 0000000..2a940e6 --- /dev/null +++ b/ngpod.yaml @@ -0,0 +1,17 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: my-deployment +spec: + replicas: 3 # ^r ^b ^a ^l ^c ^b ^l ^g ^a ^b ^` + selector: + matchLabels: + app: nginx + template: + metadata: + labels: + app: nginx + spec: + containers: + - name: nginx + image: nginx:latest \ No newline at end of file