feat: unified Poimen application with k8s + docker-compose infrastructure

This commit is contained in:
Test
2026-09-05 05:57:08 -07:00
parent c23e14cf43
commit 0ee69a6c96
5 changed files with 207 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