diff options
| author | soryu <soryu@soryu.co> | 2026-02-21 23:51:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-21 23:51:11 +0000 |
| commit | 0523765af84492640928d571f481e17b26008b13 (patch) | |
| tree | 644e0bac90c1945120df27dea36d18c81f4470e9 /k8s/daemon/kustomization.yaml | |
| parent | d670dcb72984cfa483063d161bb468704038895c (diff) | |
| download | soryu-0523765af84492640928d571f481e17b26008b13.tar.gz soryu-0523765af84492640928d571f481e17b26008b13.zip | |
feat: Add daemon health monitoring page, downloads & K8s support (#76)
* feat: soryu-co/soryu - makima: Add server-side daemon binary download endpoint
* feat: soryu-co/soryu - makima: Create Kubernetes daemon manifests and Dockerfile
* feat: soryu-co/soryu - makima: Create dedicated Daemons page with health monitoring UI
* WIP: heartbeat checkpoint
* feat: soryu-co/soryu - makima: Integrate daemon platform availability into frontend downloads
Diffstat (limited to 'k8s/daemon/kustomization.yaml')
| -rw-r--r-- | k8s/daemon/kustomization.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/k8s/daemon/kustomization.yaml b/k8s/daemon/kustomization.yaml new file mode 100644 index 0000000..a4372cc --- /dev/null +++ b/k8s/daemon/kustomization.yaml @@ -0,0 +1,14 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization + +metadata: + name: makima-daemon + +commonLabels: + app.kubernetes.io/part-of: makima + +resources: + - deployment.yaml + - configmap.yaml + - secret.yaml + - hpa.yaml |
