22 lines
759 B
Markdown
22 lines
759 B
Markdown
# lions-user-manager-server-impl-quarkus-k1
|
|
|
|
Deploy config pour **lions-user-manager-server-impl-quarkus** sur cluster k1.
|
|
|
|
- Host : https://api.lions.dev/lions-user-manager
|
|
- Chart parent : lions-app 1.0.1
|
|
- Image : registry.lions.dev/lionsdev/lions-user-manager-server-impl-quarkus:20260227-054728
|
|
|
|
## Deploy
|
|
|
|
```bash
|
|
helm repo add lions https://git.lions.dev/api/packages/lionsdev/helm --username lionsdev --password 'lions@2025'
|
|
helm dependency update .
|
|
helm upgrade --install lions-user-manager-server-impl-quarkus . --namespace applications --wait
|
|
```
|
|
|
|
## Pipeline lionsctl (attendu)
|
|
|
|
```bash
|
|
lionsctl pipeline -u https://git.lions.dev/lionsdev/lions-user-manager-server-impl-quarkus -b main -j 21 -e production -c k1 -p prod -m admin@lions.dev
|
|
```
|