Primer commit

This commit is contained in:
2025-04-27 00:26:25 +00:00
commit 6884e2e379
93 changed files with 3478 additions and 0 deletions

View File

@ -0,0 +1,20 @@
apiVersion: v1
kind: Service
metadata:
name: iso-server
namespace: kubevirt
spec:
type: NodePort
selector:
app: iso-server
ports:
- name: http
port: 80
targetPort: 80
nodePort: 30088 # Puerto externo HTTP
- name: samba
port: 445
targetPort: 445
nodePort: 30445 # Puerto externo Samba
externalIPs:
- 192.168.1.9