arreglado apolo kubevirt y cosillas

This commit is contained in:
2025-08-31 10:35:16 +02:00
parent 0fc9bbb2c0
commit 01cbdf2a1d
23 changed files with 64 additions and 45 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: v1
kind: Service
metadata:
name: ingress-nginx-controller-200
namespace: ingress-nginx
spec:
type: LoadBalancer
loadBalancerIP: 192.168.200.10
externalTrafficPolicy: Local
selector:
app.kubernetes.io/name: ingress-nginx
ports:
- name: http
port: 80
targetPort: 80
- name: https
port: 443
targetPort: 443