Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / helm / mc-stack / charts / elasticsearch / examples / multi / Makefile
1 default: test
2
3 include ../../../helpers/examples.mk
4
5 PREFIX := helm-es-multi
6 RELEASE := helm-es-multi-master
7
8 install:
9         helm upgrade --wait --timeout=600 --install --values ./master.yml $(PREFIX)-master ../../
10         helm upgrade --wait --timeout=600 --install --values ./data.yml $(PREFIX)-data ../../
11
12 test: install goss
13
14 purge:
15         helm del --purge $(PREFIX)-master
16         helm del --purge $(PREFIX)-data