Some checks failed
Documentation Lint & Validation / Markdown Linting (push) Has been cancelled
Documentation Lint & Validation / Validate mdBook Configuration (push) Has been cancelled
Documentation Lint & Validation / Content & Structure Validation (push) Has been cancelled
mdBook Build & Deploy / Build mdBook (push) Has been cancelled
Rust CI / Security Audit (push) Has been cancelled
Rust CI / Check + Test + Lint (nightly) (push) Has been cancelled
Rust CI / Check + Test + Lint (stable) (push) Has been cancelled
Documentation Lint & Validation / Lint & Validation Summary (push) Has been cancelled
mdBook Build & Deploy / Documentation Quality Check (push) Has been cancelled
mdBook Build & Deploy / Deploy to GitHub Pages (push) Has been cancelled
mdBook Build & Deploy / Notification (push) Has been cancelled
28 lines
421 B
YAML
28 lines
421 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: kagent
|
|
|
|
bases:
|
|
- ../../base
|
|
|
|
replicas:
|
|
- name: kagent
|
|
count: 1
|
|
|
|
patchesStrategicMerge:
|
|
- statefulset-patch.yaml
|
|
|
|
configMapGenerator:
|
|
- name: kagent-config
|
|
behavior: merge
|
|
literals:
|
|
- LOG_LEVEL=debug
|
|
- A2A_DISCOVERY_INTERVAL=10s
|
|
|
|
commonLabels:
|
|
environment: dev
|
|
|
|
commonAnnotations:
|
|
"environment": "development"
|