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

@@ -3,16 +3,21 @@ kind: Ingress
metadata:
name: argos-panel-internal
namespace: argos-core
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
spec:
ingressClassName: nginx-internal
ingressClassName: nginx
rules:
- host: panel.argos.c2et.net # mismo FQDN
- host: argos.panel.c2et.net
http:
paths:
- path: /
pathType: Prefix
backend:
service: { name: argos-panel, port: { number: 80 } }
service:
name: argos-panel
port:
name: http # <-- o usa "number: 8000"
tls:
- hosts: ["panel.argos.c2et.net"]
- hosts: ["argos.panel.c2et.net"]
secretName: panel-argos-tls