freeleaps-ops/freeleaps/alpha/oneoff/mongodb-chart/values.yaml

19 lines
353 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace: freeleaps-alpha
replicaCount: 1
resources:
limits:
cpu: "1000m"
memory: "1Gi"
image:
repository: mongo
tag: latest
service:
port: 27017
containerPort: 27017
persistence:
enabled: true
storageClass: "local-storage"
accessMode: ReadWriteOnce
size: 10Gi
hostPath: "/mnt/mongodb-data" # Path on the nodes local disk