añadido gitea y medio argos

This commit is contained in:
2025-08-18 10:29:04 +02:00
parent f37ed27613
commit 8e09b2e33e
40 changed files with 929 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: minio
namespace: argos-core
spec:
type: ClusterIP
selector: { app: minio }
ports:
- { name: api, port: 9000, targetPort: 9000, protocol: TCP }
- { name: console, port: 9001, targetPort: 9001, protocol: TCP }