This commit is contained in:
2025-08-01 18:33:11 +08:00
parent 064b7b6887
commit 1da213c6db
5 changed files with 50 additions and 0 deletions

19
zxp/test.yaml Normal file
View File

@@ -0,0 +1,19 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
spec:
selector:
matchLabels:
app: nginx
replicas: 1
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:latest
ports:
- containerPort: 80