2025-02-20 09:28:45 +00:00
global :
2025-03-05 08:53:48 +00:00
defaultStorageClass : "azure-disk-std-lrs"
storageClass : "azure-disk-std-lrs"
2025-02-20 09:28:45 +00:00
security :
allowInsecureImages : false
namespaceOverride : "freeleaps-alpha"
clusterDomain : freeleaps.cluster
image :
registry : docker.io
repository : bitnami/mongodb
tag : 8.0 .4 -debian-12-r3
pullPolicy : IfNotPresent
architecture : standalone
2025-02-21 08:52:32 +00:00
useStatefulSet : true
2025-02-20 09:28:45 +00:00
auth :
enabled : false
extraEnvVars : [ ]
replicaCount : 1
updateStrategy :
type : RollingUpdate
2025-02-20 09:44:03 +00:00
resources :
requests :
2025-03-05 08:53:48 +00:00
cpu : 200m
2025-03-05 08:47:18 +00:00
memory : 256Mi
2025-02-20 09:44:03 +00:00
limits :
2025-03-05 08:47:18 +00:00
cpu : 1000m
memory : 512Mi
2025-02-20 09:28:45 +00:00
containerPorts :
mongodb : 27017
livenessProbe :
enabled : true
initialDelaySeconds : 30
periodSeconds : 20
timeoutSeconds : 10
failureThreshold : 6
successThreshold : 1
readinessProbe :
enabled : true
initialDelaySeconds : 5
periodSeconds : 10
timeoutSeconds : 5
failureThreshold : 6
successThreshold : 1
startupProbe :
2025-02-20 09:44:03 +00:00
enabled : true
2025-02-20 09:28:45 +00:00
initialDelaySeconds : 5
periodSeconds : 20
timeoutSeconds : 10
successThreshold : 1
failureThreshold : 30
pdb :
create : true
2025-02-20 09:44:03 +00:00
minAvailable : "1"
2025-02-20 09:28:45 +00:00
service :
type : ClusterIP
portName : mongodb
ports :
mongodb : 27017
2025-02-21 08:59:16 +00:00
volumePermissions :
enabled : true
2025-02-20 09:28:45 +00:00
persistence :
enabled : true
name : "datadir"
accessModes :
- ReadWriteOnce
2025-03-05 08:53:48 +00:00
size : 8Gi
2025-02-20 09:28:45 +00:00
mountPath : /bitnami/mongodb
metrics :
2025-02-20 09:44:03 +00:00
enabled : true
2025-02-20 09:28:45 +00:00
collector :
## @param metrics.collector.all Enable all collectors. Same as enabling all individual metrics
## Enabling all metrics will cause significant CPU load on mongod
all : false
## @param metrics.collector.diagnosticdata Boolean Enable collecting metrics from getDiagnosticData
diagnosticdata : true
## @param metrics.collector.replicasetstatus Boolean Enable collecting metrics from replSetGetStatus
replicasetstatus : true
## @param metrics.collector.dbstats Boolean Enable collecting metrics from dbStats
2025-02-20 09:44:03 +00:00
dbstats : true
2025-02-20 09:28:45 +00:00
## @param metrics.collector.topmetrics Boolean Enable collecting metrics from top admin command
topmetrics : false
## @param metrics.collector.indexstats Boolean Enable collecting metrics from $indexStats
2025-02-20 09:44:03 +00:00
indexstats : true
2025-02-20 09:28:45 +00:00
## @param metrics.collector.collstats Boolean Enable collecting metrics from $collStats
2025-02-20 09:44:03 +00:00
collstats : true
2025-02-20 09:28:45 +00:00
## @param metrics.collector.collstatsColls List of \<databases\>.\<collections\> to get $collStats
collstatsColls : [ ]
## @param metrics.collector.indexstatsColls List - List of \<databases\>.\<collections\> to get $indexStats
indexstatsColls : [ ]
## @param metrics.collector.collstatsLimit Number - Disable collstats, dbstats, topmetrics and indexstats collector if there are more than \<n\> collections. 0=No limit
collstatsLimit : 0
service :
annotations :
prometheus.io/scrape : "true"
prometheus.io/port : "{{ .Values.metrics.service.ports.metrics }}"
prometheus.io/path : "/metrics"
type : ClusterIP
ports :
metrics : 9216
livenessProbe :
enabled : true
initialDelaySeconds : 15
periodSeconds : 5
timeoutSeconds : 10
failureThreshold : 3
successThreshold : 1
readinessProbe :
enabled : true
initialDelaySeconds : 5
periodSeconds : 5
timeoutSeconds : 10
failureThreshold : 3
successThreshold : 1
serviceMonitor :
2025-02-20 09:44:03 +00:00
enabled : true
namespace : "freeleaps-monitoring-system"
2025-02-20 09:28:45 +00:00
interval : 30s
scrapeTimeout : ""
prometheusRule :
2025-02-20 09:44:03 +00:00
enabled : true
2025-02-20 09:28:45 +00:00
additionalLabels : {}
2025-02-20 09:44:03 +00:00
namespace : "freeleaps-monitoring-system"
2025-02-20 09:28:45 +00:00
rules : [ ]