feat: unified Poimen application with k8s + docker-compose infrastructure
ci / test (push) Failing after 2m4s

This commit is contained in:
Test
2026-09-05 05:57:08 -07:00
parent e01dad4e8c
commit 70a9b9a2ab
6 changed files with 490 additions and 383 deletions
+11 -7
View File
@@ -4,15 +4,19 @@ kind: Kustomization
namespace: poimen
resources:
- worker-deployment.yaml
- configmap.yaml
- poimen-application.yaml
commonLabels:
app.kubernetes.io/name: poimen
app.kubernetes.io/component: worker
secretGenerator:
- name: poimen-secrets
envs:
- secrets.env
behavior: create
images:
- name: forgejo.riotpiao.com/rock/poimen-memory
newName: forgejo.riotpiao.com/rock/poimen-memory
newTag: latest
- name: forgejo.riotpiao.com/rock/poimen-workflows
newName: forgejo.riotpiao.com/rock/poimen-workflows
newTag: latest
- name: forgejo.riotpiao.com/rock/poimen-frontend
newName: forgejo.riotpiao.com/rock/poimen-frontend
newTag: latest