changing and deleting files

This commit is contained in:
jacob
2025-09-30 07:25:08 +02:00
parent 5e454931c8
commit 4102d257d5
22 changed files with 0 additions and 309 deletions

View File

@@ -1,19 +0,0 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deploy-2
labels:
app: nginx
spec:
replicas: 3
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx-container
image: nginx:latest