añadido Argos Core

This commit is contained in:
2025-08-20 01:16:53 +02:00
parent 550d5fbe52
commit d973225012
17 changed files with 550 additions and 151 deletions

View File

@@ -4,8 +4,7 @@ metadata:
name: mosquitto
namespace: argos-core
spec:
type: LoadBalancer
loadBalancerIP: 192.168.200.15
type: ClusterIP
selector: { app: mosquitto }
ports:
- name: mqtt

View File

@@ -7,4 +7,6 @@ spec:
type: ClusterIP
selector: { app: argos-panel }
ports:
- { name: http, port: 80, targetPort: 8000 }
- name: http
port: 8000
targetPort: 8000