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

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: argos-panel
namespace: argos-core
spec:
type: ClusterIP
selector: { app: argos-panel }
ports:
- name: http
port: 8000
targetPort: 8000