Добавить ngpod.yaml
This commit is contained in:
commit
7b85d34008
17
ngpod.yaml
Normal file
17
ngpod.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user