X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2Fmulti%2FMakefile;fp=ric-aux%2Fhelm%2Fmc-stack%2Fcharts%2Felasticsearch%2Fexamples%2Fmulti%2FMakefile;h=836ec2e0f68bc0acbdf89dccd2f60c21b279fa3c;hb=dc00cdf008775e2ac5dddb186d1eb81e80370b69;hp=0000000000000000000000000000000000000000;hpb=ca9b3ee64b3966fa1d20226b361b4f614434129e;p=it%2Fdep.git diff --git a/ric-aux/helm/mc-stack/charts/elasticsearch/examples/multi/Makefile b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/multi/Makefile new file mode 100755 index 00000000..836ec2e0 --- /dev/null +++ b/ric-aux/helm/mc-stack/charts/elasticsearch/examples/multi/Makefile @@ -0,0 +1,16 @@ +default: test + +include ../../../helpers/examples.mk + +PREFIX := helm-es-multi +RELEASE := helm-es-multi-master + +install: + helm upgrade --wait --timeout=600 --install --values ./master.yml $(PREFIX)-master ../../ + helm upgrade --wait --timeout=600 --install --values ./data.yml $(PREFIX)-data ../../ + +test: install goss + +purge: + helm del --purge $(PREFIX)-master + helm del --purge $(PREFIX)-data