Add app/test-deployment2.yaml

This commit is contained in:
pu-user1 2025-04-01 15:23:26 +00:00
parent 55331d509f
commit 66cceee564

22
app/test-deployment2.yaml Normal file
View file

@ -0,0 +1,22 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: test-deployment2
namespace: pu-user1-pa-app2
labels:
app: test
spec:
replicas: 1
selector:
matchLabels:
app: test-nginx2
template:
metadata:
labels:
app: test-nginx2
spec:
containers:
- name: nginx
image: nginx:1.14.2
ports:
- containerPort: 80