Archon/k8s/08-service-agents.yaml
Luis Erlacher d36597fe43
Some checks failed
Build Images / build-server-docker (push) Has been cancelled
Build Images / build-mcp-docker (push) Has been cancelled
Build Images / build-agents-docker (push) Has been cancelled
Build Images / build-frontend-docker (push) Has been cancelled
Build Images / build-server-k8s (push) Has been cancelled
Build Images / build-mcp-k8s (push) Has been cancelled
Build Images / build-agents-k8s (push) Has been cancelled
Build Images / build-frontend-k8s (push) Has been cancelled
feat(config): Add sprint and workflow management configuration
Introduced new sections in core-config.yaml for managing sprints and workflows:
- Defined locations for sprint documentation and current sprint file.
- Added workflow management settings including current workflow file and templates.
- Included AI agent context configuration for better context management.

This enhancement supports improved organization and tracking of project workflows and sprints.
2025-10-28 14:41:00 -03:00

20 lines
414 B
YAML

apiVersion: v1
kind: Service
metadata:
name: archon-agents
namespace: unlkd
labels:
app.kubernetes.io/name: archon-agents
app.kubernetes.io/instance: archon
app.kubernetes.io/component: agents
spec:
type: ClusterIP
ports:
- name: http
port: 8052
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/name: archon-agents
app.kubernetes.io/instance: archon