From 1cde2b37a3dbf0f518f7cbc991e8c7b91373ca7f Mon Sep 17 00:00:00 2001 From: rzrbld Date: Mon, 12 Oct 2020 02:30:17 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c5b95b4..ddf7a1f 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,8 @@ This example run only for test purposes, unless you running UI and API of admini In real life cases you'll need to change this environment variables at `` Dockerfile `` - `` API_BASE_URL `` which points to [adminio-api](https://github.com/rzrbld/adminio-api) REST endpoint and `` ADMINIO_PROD `` which can be set to `` true `` or `` false ``. If you run multiple instances of [adminio-api](https://github.com/rzrbld/adminio-api) you can set `` ADMINIO_MULTI_BACKEND `` to ``true`` and fill `` ADMINIO_BACKENDS `` example with needed urls and names. Please note - in this case you still need points ``API_BASE_URL`` to one of this instances. And then build a docker image. +#### Kubernetes/OpenShift/OKD/OCP +go to [Helm carts](https://github.com/rzrbld/adminio-helm) repo #### npm build Method that described above also works if you build with `` npm run build ``.