Deploy activity-core on railiance01

This commit is contained in:
2026-05-22 13:49:46 +02:00
parent cf92f0d686
commit e2aac3ad8c
8 changed files with 748 additions and 1 deletions

View File

@@ -0,0 +1,58 @@
---
id: ACTIVITY-WP-0005
type: workplan
title: "Railiance01 production service"
domain: custodian
repo: activity-core
status: finished
owner: codex
topic_slug: custodian
created: "2026-05-22"
updated: "2026-05-22"
---
# ACTIVITY-WP-0005 - Railiance01 Production Service
## Review Railiance Runtime
```task
id: ACTIVITY-WP-0005-T01
status: done
priority: high
```
Confirm railiance01 access, operating system, container runtime, and cluster
shape before selecting the production deployment path.
## Add Kubernetes Deployment Bundle
```task
id: ACTIVITY-WP-0005-T02
status: done
priority: high
```
Create a K3s-native deployment bundle for activity-core, including infrastructure,
runtime jobs, API, worker, event router, and generated Kubernetes secrets.
## Build And Import Production Image
```task
id: ACTIVITY-WP-0005-T03
status: done
priority: high
```
Build the production image locally, transfer it to railiance01, and import it
into the K3s containerd image store.
## Apply And Verify Service
```task
id: ACTIVITY-WP-0005-T04
status: done
priority: high
```
Apply the manifests on railiance01, run migrations and sync jobs, then verify
the API health endpoint and core pods.