X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2Fminikube%2Fvalues.yaml;fp=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2Fminikube%2Fvalues.yaml;h=ccceb3a254847ca03ad93f85148b6cbe1e569fea;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0000000000000000000000000000000000000000;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/helm/mc-stack/charts/elasticsearch/examples/minikube/values.yaml b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/minikube/values.yaml new file mode 100755 index 00000000..ccceb3a2 --- /dev/null +++ b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/minikube/values.yaml @@ -0,0 +1,23 @@ +--- +# Permit co-located instances for solitary minikube virtual machines. +antiAffinity: "soft" + +# Shrink default JVM heap. +esJavaOpts: "-Xmx128m -Xms128m" + +# Allocate smaller chunks of memory per pod. +resources: + requests: + cpu: "100m" + memory: "512M" + limits: + cpu: "1000m" + memory: "512M" + +# Request smaller persistent volumes. +volumeClaimTemplate: + accessModes: [ "ReadWriteOnce" ] + storageClassName: "standard" + resources: + requests: + storage: 100M