This commit is contained in:
2025-08-01 19:31:29 +08:00
parent e12c9243bc
commit 5817427687
3 changed files with 37 additions and 1 deletions

View File

@@ -1,19 +0,0 @@
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: 81