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
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.
22 lines
440 B
YAML
22 lines
440 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: automatizase
|
|
|
|
resources:
|
|
- configmap.yaml
|
|
- deployment-server.yaml
|
|
- deployment-mcp.yaml
|
|
- deployment-agents.yaml
|
|
- deployment-frontend.yaml
|
|
- service-server.yaml
|
|
- service-mcp.yaml
|
|
- service-agents.yaml
|
|
- service-frontend.yaml
|
|
- ingress.yaml
|
|
|
|
commonLabels:
|
|
app: archon
|
|
app.kubernetes.io/name: archon
|
|
app.kubernetes.io/managed-by: argocd
|