This commit is contained in:
Waloshi6
2026-01-27 17:34:16 +01:00
parent 4c3bd195b7
commit c8204829e9
237 changed files with 3542 additions and 1737 deletions

View File

@@ -0,0 +1,32 @@
# Configuration de l'application
app:
name: "devops-helm-app"
image:
repository: "devops-app"
tag: "local"
pullPolicy: "IfNotPresent"
replicaCount: 2
service:
type: NodePort
port: 80
targetPort: 8000
resources:
requests:
memory: "128Mi"
cpu: "100m"
limits:
memory: "256Mi"
cpu: "200m"
env:
ENV: "production"
LOG_LEVEL: "INFO"
# Monitoring
monitoring:
enabled: true
prometheusScrape: true