init
This commit is contained in:
32
kubernetes/helm/devops-chart/values.yaml
Normal file
32
kubernetes/helm/devops-chart/values.yaml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user