añadido dashboard y corregido metallb

This commit is contained in:
2025-08-11 01:17:35 +02:00
parent e29fd152d8
commit 0f46ec6f15
13 changed files with 185 additions and 45 deletions

View File

@@ -4,15 +4,15 @@ metadata:
name: ingress-nginx-controller
namespace: ingress-nginx
spec:
type: NodePort
type: LoadBalancer
loadBalancerIP: 192.168.0.100
selector:
app.kubernetes.io/name: ingress-nginx
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30080
- name: https
port: 443
targetPort: 443
nodePort: 30443