oc-scheduler/helm/values.yaml

24 lines
358 B
YAML
Raw Permalink Normal View History

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"