añadida primera version del.documento ingress

This commit is contained in:
2025-07-31 01:45:08 +02:00
parent bdca4bc794
commit 5a9a2d4480
16 changed files with 856 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx-controller
namespace: ingress-nginx
spec:
type: NodePort
selector:
app.kubernetes.io/name: ingress-nginx
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30080
- name: https
port: 443
targetPort: 443
nodePort: 30443