feat: Add oc-scheduler component to Helm chart

This commit is contained in:
na
2024-09-12 14:37:24 +02:00
parent f3db3e4139
commit 0bdf93f8b7
7 changed files with 190 additions and 0 deletions

23
helm/values.yaml Normal file
View File

@@ -0,0 +1,23 @@
replicaCount: 1
image:
repository: registry.dev.svc.cluster.local:5000/oc-scheduler
tag: latest
pullPolicy: IfNotPresent
env:
mongoDatabase: DC_myDC
mongoUrl: mongodb://toto:27017
service:
type: ClusterIP
port: 8090
targetPort: 8080
resources:
limits:
cpu: "500m"
memory: "512Mi"
requests:
cpu: "250m"
memory: "256Mi"