Extend K8S and RIC installation instructions
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / mc-stack / charts / elasticsearch / examples / migration / Makefile
1 PREFIX := helm-es-migration
2
3 data:
4         helm upgrade --wait --timeout=600 --install --values ./data.yml $(PREFIX)-data ../../
5
6 master:
7         helm upgrade --wait --timeout=600 --install --values ./master.yml $(PREFIX)-master ../../
8
9 client:
10         helm upgrade --wait --timeout=600 --install --values ./client.yml $(PREFIX)-client ../../