Primer commit

This commit is contained in:
2025-04-27 00:13:03 +00:00
commit efc56cb72b
7 changed files with 138 additions and 0 deletions

20
services/service.yaml Normal file
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