commit 7b85d34008d7ce75db5a0dfabafa8bb43c11e31095ae7250d4c696a15caeef04 Author: jeekkaaaa Date: Tue May 13 16:54:14 2025 +0000 Добавить 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