Actualizar workloads/nginx/nginx-resources.yaml

This commit is contained in:
2026-06-21 07:10:01 +00:00
parent c89286eb69
commit baa1f512ff
2 changed files with 64 additions and 24 deletions
-24
View File
@@ -1,24 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: nginx-web
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: nginx-web
spec:
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx:alpine
ports:
- containerPort: 80