This commit is contained in:
2025-08-04 15:59:45 +08:00
parent 5817427687
commit 2e10f23677
186 changed files with 0 additions and 11257 deletions

View File

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