26 lines
852 B
YAML
26 lines
852 B
YAML
apiVersion: v2
|
|
name: lions-app
|
|
description: |
|
|
Chart Helm standard pour toutes les applications Lions Dev.
|
|
Fournit : Deployment hardened, Service, Ingress avec cert-manager + rate-limit,
|
|
ConfigMap, ExternalSecret (Vault → K8s), NetworkPolicy, PDB, ServiceMonitor, HPA.
|
|
type: application
|
|
version: 1.0.2
|
|
appVersion: "1.0.2"
|
|
kubeVersion: ">=1.28.0-0"
|
|
maintainers:
|
|
- name: Lions Infrastructure Team
|
|
email: infrastructure@lions.dev
|
|
home: https://git.lions.dev/lionsdev/helm-chart-lions-app
|
|
sources:
|
|
- https://git.lions.dev/lionsdev/helm-chart-lions-app
|
|
keywords:
|
|
- lions
|
|
- quarkus
|
|
- java
|
|
- microservice
|
|
annotations:
|
|
artifacthub.io/changes: |
|
|
- v1.0.1 : ajout extraEnvFrom pour Secrets K8s existants (migration legacy)
|
|
- v1.0.0 : Chart initial — Deployment/Service/Ingress/ConfigMap/ExternalSecret/NetworkPolicy/PDB/SM/HPA
|