rename: mic-after-work-server-impl-quarkus-main → afterwork-server-impl-quarkus
- Chart.yaml name + home/sources URLs (lionsdev/afterwork-server-impl-quarkus[-k1]) - values.yaml : image.name, JDBC URL (DB 'afterwork'), ingress path /afterwork - README.md refs - Cohérence avec renaming Gitea repos - Note : ESO secrets (mic-after-work-db-eso / -oidc-eso) gardent leur nom — follow-up pour Vault path migration
This commit is contained in:
12
README.md
12
README.md
@@ -1,21 +1,21 @@
|
||||
# mic-after-work-server-impl-quarkus-main-k1
|
||||
# afterwork-server-impl-quarkus-k1
|
||||
|
||||
Deploy config pour **mic-after-work-server-impl-quarkus-main** sur cluster k1.
|
||||
Deploy config pour **afterwork-server-impl-quarkus** sur cluster k1.
|
||||
|
||||
- Host : https://api.lions.dev/mic-after-work
|
||||
- Host : https://api.lions.dev/afterwork
|
||||
- Chart parent : lions-app 1.0.1
|
||||
- Image : registry.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main:1.0.0-SNAPSHOT-20260207-170659
|
||||
- Image : registry.lions.dev/lionsdev/afterwork-server-impl-quarkus:1.0.0-SNAPSHOT-20260207-170659
|
||||
|
||||
## 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 mic-after-work-server-impl-quarkus-main . --namespace applications --wait
|
||||
helm upgrade --install afterwork-server-impl-quarkus . --namespace applications --wait
|
||||
```
|
||||
|
||||
## Pipeline lionsctl (attendu)
|
||||
|
||||
```bash
|
||||
lionsctl pipeline -u https://git.lions.dev/lionsdev/mic-after-work-server-impl-quarkus-main -b main -j 21 -e production -c k1 -p prod -m admin@lions.dev
|
||||
lionsctl pipeline -u https://git.lions.dev/lionsdev/afterwork-server-impl-quarkus -b main -j 21 -e production -c k1 -p prod -m admin@lions.dev
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user