Добавить ngpod.yaml

This commit is contained in:
jeekkaaaa 2025-05-13 16:54:14 +00:00
commit 7b85d34008

17
ngpod.yaml Normal file
View File

@ -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