feat: deploy config UnionFlow server (Quarkus backend) pour cluster k1 — dépend de lions-app 1.0.0

This commit is contained in:
dahoud
2026-04-22 14:22:00 +00:00
commit 945a19462c
3 changed files with 387 additions and 0 deletions

22
Chart.yaml Normal file
View File

@@ -0,0 +1,22 @@
apiVersion: v2
name: unionflow-server-impl-quarkus
description: |
Deploy config pour UnionFlow Server (backend Quarkus) sur le cluster k1.
Consomme le chart parent helm-chart-lions-app.
type: application
version: 1.0.0
appVersion: "1.0.5"
kubeVersion: ">=1.28.0-0"
maintainers:
- name: UnionFlow Team
email: infrastructure@lions.dev
home: https://git.lions.dev/lionsdev/unionflow-server-impl-quarkus-k1
sources:
- https://git.lions.dev/lionsdev/unionflow-server-impl-quarkus # code source
- https://git.lions.dev/lionsdev/unionflow-server-impl-quarkus-k1 # ce repo (deploy)
dependencies:
- name: lions-app
version: "1.0.0"
repository: "https://git.lions.dev/api/packages/lionsdev/helm"
# Alternative pour dev local sans registry :
# repository: "file://../helm-chart-lions-app"