X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2Fdocker-for-mac%2Fvalues.yaml;fp=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2Fdocker-for-mac%2Fvalues.yaml;h=f7deba66b32e04c548bdb7c0f2a64b53bdfffdf9;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0000000000000000000000000000000000000000;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/helm/mc-stack/charts/elasticsearch/examples/docker-for-mac/values.yaml b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/docker-for-mac/values.yaml new file mode 100755 index 00000000..f7deba66 --- /dev/null +++ b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/docker-for-mac/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: "hostpath" + resources: + requests: + storage: 100M